5
5
- job : windows_build
6
6
displayName : Windows Build
7
7
condition : succeeded()
8
- pool : Hosted
8
+ pool :
9
+ vmImage : windows-latest
9
10
timeoutInMinutes : 240
10
11
steps :
11
12
- powershell : |
61
62
displayName : Windows Test
62
63
dependsOn : windows_build
63
64
condition : succeeded()
64
- pool : Hosted
65
+ pool :
66
+ vmImage : windows-latest
65
67
timeoutInMinutes : 240
66
68
strategy :
67
69
parallel : 10
@@ -133,7 +135,8 @@ jobs:
133
135
- job : vs_build
134
136
displayName : Visual Studio Build
135
137
condition : succeeded()
136
- pool : Hosted VS2017
138
+ pool :
139
+ vmImage : windows-latest
137
140
timeoutInMinutes : 240
138
141
steps :
139
142
- powershell : |
@@ -181,6 +184,7 @@ jobs:
181
184
platform : x64
182
185
configuration : Release
183
186
maximumCpuCount : 4
187
+ msbuildArguments : /p:PlatformToolset=v142
184
188
- powershell : |
185
189
& compat\vcbuild\vcpkg_copy_dlls.bat release
186
190
if (!$?) { exit(1) }
@@ -224,7 +228,8 @@ jobs:
224
228
displayName : Visual Studio Test
225
229
dependsOn : vs_build
226
230
condition : succeeded()
227
- pool : Hosted
231
+ pool :
232
+ vmImage : windows-latest
228
233
timeoutInMinutes : 240
229
234
strategy :
230
235
parallel : 10
@@ -292,7 +297,8 @@ jobs:
292
297
- job : linux_clang
293
298
displayName : linux-clang
294
299
condition : succeeded()
295
- pool : Hosted Ubuntu 1604
300
+ pool :
301
+ vmImage : ubuntu-latest
296
302
steps :
297
303
- bash : |
298
304
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -330,7 +336,8 @@ jobs:
330
336
- job : linux_gcc
331
337
displayName : linux-gcc
332
338
condition : succeeded()
333
- pool : Hosted Ubuntu 1604
339
+ pool :
340
+ vmImage : ubuntu-latest
334
341
steps :
335
342
- bash : |
336
343
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -367,7 +374,8 @@ jobs:
367
374
- job : osx_clang
368
375
displayName : osx-clang
369
376
condition : succeeded()
370
- pool : Hosted macOS
377
+ pool :
378
+ vmImage : macOS-latest
371
379
steps :
372
380
- bash : |
373
381
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -402,7 +410,8 @@ jobs:
402
410
- job : osx_gcc
403
411
displayName : osx-gcc
404
412
condition : succeeded()
405
- pool : Hosted macOS
413
+ pool :
414
+ vmImage : macOS-latest
406
415
steps :
407
416
- bash : |
408
417
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -435,7 +444,8 @@ jobs:
435
444
- job : gettext_poison
436
445
displayName : GETTEXT_POISON
437
446
condition : succeeded()
438
- pool : Hosted Ubuntu 1604
447
+ pool :
448
+ vmImage : ubuntu-latest
439
449
steps :
440
450
- bash : |
441
451
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -472,7 +482,8 @@ jobs:
472
482
- job : linux32
473
483
displayName : Linux32
474
484
condition : succeeded()
475
- pool : Hosted Ubuntu 1604
485
+ pool :
486
+ vmImage : ubuntu-latest
476
487
steps :
477
488
- bash : |
478
489
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -506,7 +517,8 @@ jobs:
506
517
- job : static_analysis
507
518
displayName : StaticAnalysis
508
519
condition : succeeded()
509
- pool : Hosted Ubuntu 1604
520
+ pool :
521
+ vmImage : ubuntu-latest
510
522
steps :
511
523
- bash : |
512
524
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -526,7 +538,8 @@ jobs:
526
538
- job : documentation
527
539
displayName : Documentation
528
540
condition : succeeded()
529
- pool : Hosted Ubuntu 1604
541
+ pool :
542
+ vmImage : ubuntu-latest
530
543
steps :
531
544
- bash : |
532
545
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
0 commit comments