@@ -234,6 +234,24 @@ jobs:
234
234
exe_linker_flags : -lc++,
235
235
cxxver : 20,
236
236
}
237
+ - {
238
+ name : " Windows MSVC 2017 (x64) C++17 Debug" ,
239
+ os : windows-2019,
240
+ buildtype : Debug,
241
+ cxx : " cl" ,
242
+ environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvars64.bat" ,
243
+ cxxver : 17,
244
+ msvcver : 2017,
245
+ }
246
+ - {
247
+ name : " Windows MSVC 2017 (x64) C++20 Debug" ,
248
+ os : windows-2019,
249
+ buildtype : Debug,
250
+ cxx : " cl" ,
251
+ environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvars64.bat" ,
252
+ cxxver : 20,
253
+ msvcver : 2017,
254
+ }
237
255
- {
238
256
name : " Windows MSVC 2017 (x64) C++17" ,
239
257
os : windows-2019,
@@ -252,6 +270,22 @@ jobs:
252
270
cxxver : 20,
253
271
msvcver : 2017,
254
272
}
273
+ - {
274
+ name : " Windows MSVC 2019 (x64) C++17 Debug" ,
275
+ os : windows-2019,
276
+ buildtype : Debug,
277
+ cxx : " cl" ,
278
+ environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
279
+ cxxver : 17,
280
+ }
281
+ - {
282
+ name : " Windows MSVC 2019 (x64) C++20 Debug" ,
283
+ os : windows-2019,
284
+ buildtype : Debug,
285
+ cxx : " cl" ,
286
+ environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
287
+ cxxver : 20,
288
+ }
255
289
- {
256
290
name : " Windows MSVC 2019 (x64) C++17" ,
257
291
os : windows-2019,
@@ -268,6 +302,22 @@ jobs:
268
302
environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
269
303
cxxver : 20,
270
304
}
305
+ - {
306
+ name : " Windows MSVC 2022 (x64) C++17 Debug" ,
307
+ os : windows-2022,
308
+ buildtype : Debug,
309
+ cxx : " cl" ,
310
+ environment_script : " C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
311
+ cxxver : 17,
312
+ }
313
+ - {
314
+ name : " Windows MSVC 2022 (x64) C++20 Debug" ,
315
+ os : windows-2022,
316
+ buildtype : Debug,
317
+ cxx : " cl" ,
318
+ environment_script : " C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
319
+ cxxver : 20,
320
+ }
271
321
- {
272
322
name : " Windows MSVC 2022 (x64) C++17" ,
273
323
os : windows-2022,
0 commit comments