File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66
66
castxml-epic : 0
67
67
cppstd : " -std=c++98"
68
68
69
- - os : windows-latest
69
+ - os : windows-2016
70
70
compiler : msvc
71
71
version : " default"
72
72
python-version : 3.8
96
96
wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/5d937e938f7b882a3a3e7941e68f8312d0898aaf2082e00003dd362b1ba70b98b0a08706a1be28e71652a6a0f1e66f89768b5eaa20e5a100592d5b3deefec3f0/download | tar zxf - -C ~/
97
97
98
98
- name : Setup castxml for Windows
99
- if : matrix.os == 'windows-latest '
99
+ if : matrix.os == 'windows-2016 '
100
100
shell : cmd
101
101
run : |
102
102
curl https://data.kitware.com/api/v1/file/hashsum/sha512/bdd1e2c3b203019f758681067bb4dd68cb37abc930fee6b4b5d181bd805236352f888d061f32c7f93bde2eac2caa1265b93bbccff6656f98989dafd08f55847b/download --output castxml.zip
@@ -118,10 +118,10 @@ jobs:
118
118
119
119
- name : Run tests for Windows
120
120
shell : cmd
121
- if : matrix.os == 'windows-latest '
121
+ if : matrix.os == 'windows-2016 '
122
122
run : |
123
123
SET path=C:\castxml\bin;%path% || echo Failed to add castxml to path && exit \b
124
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64.bat" || echo Failed to call vcvars64 && exit \b
124
+ call "C:\Program Files (x86)\Microsoft Visual Studio\2017 \Enterprise\VC\Auxiliary\Build\vcvars64.bat" || echo Failed to call vcvars64 && exit \b
125
125
coverage run -m unittests.test_all || echo Test failure && exit \b
126
126
coverage combine || echo coverage combine failed && exit \b
127
127
coverage xml || echo Failed to generate xml coverage file && exit \b
Original file line number Diff line number Diff line change 1
1
[xml_generator]
2
- compiler_path =C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl
2
+ compiler =msvc
3
3
cflags =-std =c++14
4
- include_paths =C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/tools/MSVC/14.28.29910/include
You can’t perform that action at this time.
0 commit comments