mirror of
https://github.com/alei1180/curlone.git
synced 2025-11-24 22:53:34 +02:00
17 lines
322 B
Bash
17 lines
322 B
Bash
set -e
|
|
echo "Устанавливаю версию OScript <$OSCRIPT_VERSION>"
|
|
curl http://oscript.io/downloads/$OSCRIPT_VERSION/deb > oscript.deb
|
|
dpkg -i oscript.deb
|
|
rm -f oscript.deb
|
|
|
|
opm install 1testrunner;
|
|
opm install 1bdd;
|
|
opm install coverage;
|
|
|
|
opm install;
|
|
|
|
opm run coverage;
|
|
|
|
|
|
# oscript ./tasks/coverage.os
|