File tree Expand file tree Collapse file tree 2 files changed +23
-27
lines changed
Expand file tree Collapse file tree 2 files changed +23
-27
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,20 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 config :
15- # - {
16- # name: "Windows MSVC",
17- # artifact: "Windows-MSVC.tar.xz",
18- # # MSVC 17.6.3 can no longer build Subspace. 16 doesn't work either.
19- # # https://developercommunity.visualstudio.com/t/Update-to-1763-now-rejects-valid-C-i/10394500
20- # os: windows-latest,
21- # build_type: "Release",
22- # cc: "cl",
23- # cxx: "cl",
24- # environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
25- # }
26- # - {
27- # name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz",
28- # os: windows-latest,
29- # build_type: "Release", cc: "gcc", cxx: "g++"
30- # }
15+ - {
16+ name : " Windows MSVC" ,
17+ artifact : " Windows-MSVC.tar.xz" ,
18+ os : windows-latest,
19+ build_type : " Release" ,
20+ cc : " cl" ,
21+ cxx : " cl" ,
22+ environment_script : " C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
23+ }
24+ # - {
25+ # name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz",
26+ # os: windows-latest,
27+ # build_type: "Release", cc: "gcc", cxx: "g++"
28+ # }
3129
3230 - {
3331 name : " Ubuntu Clang-16 Debug" ,
Original file line number Diff line number Diff line change @@ -15,17 +15,15 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 config :
18- # - {
19- # name: "Windows MSVC",
20- # artifact: "Windows-MSVC.tar.xz",
21- # # MSVC 17.6.3 can no longer build Subspace. 16 doesn't work either.
22- # # https://developercommunity.visualstudio.com/t/Update-to-1763-now-rejects-valid-C-i/10394500
23- # os: windows-latest,
24- # build_type: "Release",
25- # cc: "cl",
26- # cxx: "cl",
27- # environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
28- # }
18+ - {
19+ name : " Windows MSVC" ,
20+ artifact : " Windows-MSVC.tar.xz" ,
21+ os : windows-latest,
22+ build_type : " Release" ,
23+ cc : " cl" ,
24+ cxx : " cl" ,
25+ environment_script : " C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
26+ }
2927 # - {
3028 # name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz",
3129 # os: windows-latest,
You can’t perform that action at this time.
0 commit comments