issue #542: .ci: move some tests to Azure and enable Mac job.
parent
458a4faa97
commit
0aa4c9d8fc
@ -0,0 +1,20 @@
|
||||
|
||||
parameters:
|
||||
name: ''
|
||||
pool: ''
|
||||
sign: false
|
||||
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '$(python.version)'
|
||||
architecture: 'x64'
|
||||
|
||||
- script: .ci/prep_azure.py
|
||||
displayName: "Install requirements."
|
||||
|
||||
- script: .ci/$(MODE)_install.py
|
||||
displayName: "Install requirements."
|
||||
|
||||
- script: .ci/$(MODE)_tests.py
|
||||
displayName: Run tests.
|
||||
Loading…
Reference in New Issue