1
0
mirror of https://github.com/alei1180/curlone.git synced 2025-11-25 23:01:55 +02:00
Files
curlone/lib/cli/travis-ci.sh

17 lines
322 B
Bash
Raw Normal View History

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