Skip to content

Commit 17dd94c

Browse files
committed
Insert build for msvc2017
Fix msvc build
1 parent 4ad4bc8 commit 17dd94c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/integrate.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
ubuntu-20.04-clang-9,
2323
ubuntu-20.04-clang-10,
2424
ubuntu-20.04-clang-11,
25-
windows-2019-cl,
25+
windows-2016-cl-msvc2017,
26+
windows-2019-cl-msvc2019,
2627
windows-2019-clang-cl,
2728
windows-2019-clang,
2829
windows-2019-gcc,
@@ -68,10 +69,13 @@ jobs:
6869
compiler: clang
6970
version: "11"
7071

71-
- name: windows-2019-cl
72+
name: windows-2019-cl-msvc2017
73+
os: windows-2016
74+
compiler: cl
75+
76+
- name: windows-2019-cl-msvc2019
7277
os: windows-2019
7378
compiler: cl
74-
version: "10"
7579

7680
- name: windows-2019-clang-cl
7781
os: windows-2019
@@ -158,10 +162,6 @@ jobs:
158162
echo "CC=clang" >> $Env:GITHUB_ENV
159163
echo "CXX=clang++" >> $Env:GITHUB_ENV
160164
}
161-
else {
162-
echo "CC=cl" >> $Env:GITHUB_ENV
163-
echo "CXX=cl" >> $Env:GITHUB_ENV
164-
}
165165
166166
- name: Create Build Environment
167167
run: cmake -E make_directory ${{runner.workspace}}/build

0 commit comments

Comments
 (0)