Skip to content

Commit e2af832

Browse files
committed
add MSVC 2017 to github actions
1 parent 76fae81 commit e2af832

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cmake.yml

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
cxx_flags: -stdlib=libc++,
3939
exe_linker_flags: -lc++,
4040
}
41+
- {
42+
name: "Windows MSVC 2017 (x64)",
43+
os: windows-2016,
44+
cxx: "cl",
45+
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
46+
}
4147
- {
4248
name: "Windows MSVC 2019 (x64)",
4349
os: windows-latest,

0 commit comments

Comments
 (0)