File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2929 - PACKAGE_NAME=gitsync-plugins
3030 matrix :
3131 - OSCRIPT_VERSION=1_0_20
32+ - OSCRIPT_VERSION=1_0_21
3233 - OSCRIPT_VERSION=night-build
3334matrix :
3435 allow_failures :
Original file line number Diff line number Diff line change @@ -9,14 +9,18 @@ curl http://oscript.io/downloads/$OSCRIPT_VERSION/deb > oscript.deb
99dpkg -i oscript.deb
1010rm -f oscript.deb
1111
12- echo " Установка зависимостей"
12+ echo " Установка зависимостей тестирования "
1313opm install 1testrunner;
1414opm install 1bdd;
1515opm install coverage;
1616opm update opm
1717
18+ echo " Установка зависимостей"
1819opm install;
20+
21+ echo " Подготовка к тестированию"
1922opm run install-gitsync;
23+ opm run testing-build;
2024
2125echo " Запуск тестирования пакета"
2226opm run coverage;
You can’t perform that action at this time.
0 commit comments