You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
354 B
YAML
21 lines
354 B
YAML
|
|
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.
|