Skip to content

Commit 83cefa0

Browse files
committed
fix appveyor.yml
1 parent 16d0feb commit 83cefa0

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

appveyor.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.2.{build}
1+
version: 0.9.8-{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
max_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
3549
build: off
3650
test_script:
@@ -39,7 +53,7 @@ test_script:
3953
opm run coverage;
4054
4155
pushd %APPVEYOR_BUILD_FOLDER%
42-
56+
4357
after_test:
4458
- ps: # upload results to AppVeyor
4559
- ps: Write-Host "Загружаю результаты тестов на CI"

0 commit comments

Comments
 (0)