We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fae81 commit e2af832Copy full SHA for e2af832
.github/workflows/cmake.yml
@@ -38,6 +38,12 @@ jobs:
38
cxx_flags: -stdlib=libc++,
39
exe_linker_flags: -lc++,
40
}
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
+ }
47
- {
48
name: "Windows MSVC 2019 (x64)",
49
os: windows-latest,
0 commit comments