Update and modernize azure templates

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2019-05-27 15:03:47 -04:00
parent 8ae44bc90b
commit 02c22afcef
2 changed files with 9 additions and 0 deletions
@@ -1,3 +1,4 @@
steps:
- script: |
# Fix Git SSL errors
git submodule sync && git submodule update --init --recursive
+8
View File
@@ -33,7 +33,11 @@ jobs:
maxParallel: 4
steps:
- template: .azure-pipelines/steps/run-tests.yml
parameters:
vmImage: 'Ubuntu-16.04'
- template: .azure-pipelines/jobs/run-vendor-scripts.yml
parameters:
vmImage: 'Ubuntu-16.04'
- job: TestWindows
pool:
@@ -52,6 +56,8 @@ jobs:
maxParallel: 4
steps:
- template: .azure-pipelines/steps/run-tests.yml
parameters:
vmImage: windows-2019
- job: TestMacOS
pool:
@@ -67,3 +73,5 @@ jobs:
maxParallel: 4
steps:
- template: .azure-pipelines/steps/run-tests.yml
parameters:
vmImage: macOS-10.13