mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update and modernize azure templates
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
steps:
|
||||
- script: |
|
||||
# Fix Git SSL errors
|
||||
git submodule sync && git submodule update --init --recursive
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user