File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed
Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change 1- version : 1.2. {build}
1+ version : 0.9.8- {build}
22pull_requests :
33 do_not_increment_build_number : true
44max_jobs : 1
@@ -13,24 +13,38 @@ install:
1313 @echo on
1414 # git submodule update --init --recursive
1515 set
16+
1617 curl -o %temp%\oscript-setup.exe http://oscript.io/downloads/latest/exe
18+
1719 %temp%\oscript-setup.exe /silent /log="%temp%\oscript-setup.log" /saveinf="%temp%\oscript-setup-settings.txt"
20+
1821 set OSCRIPT=%ProgramFiles(x86)%\OneScript
22+
1923 dir "%OSCRIPT%\bin"
2024 dir "%OSCRIPT%\lib"
25+
2126 rem SET PATH=%CD%\engine\bin;%PATH%
27+
2228 SET PATH=%OSCRIPT%\bin;%PATH%
29+
2330 where oscript
31+
2432 oscript -version
33+
2534 chcp 65001
35+
2636 opm install opm
2737
28- opm install 1testrunner;
29- opm install 1bdd;
30- opm install coverage;
38+ opm install 1testrunner
39+
40+ opm install 1bdd
41+
42+ opm install coverage
3143
32- opm install;
33- opm list;
44+
45+ opm install
46+
47+ opm list
3448# to disable automatic builds
3549build : off
3650test_script :
@@ -39,7 +53,7 @@ test_script:
3953 opm run coverage;
4054
4155 pushd %APPVEYOR_BUILD_FOLDER%
42-
56+
4357after_test :
4458- ps : # upload results to AppVeyor
4559- ps : Write-Host "Загружаю результаты тестов на CI"
You can’t perform that action at this time.
0 commit comments