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.
24 lines
464 B
YAML
24 lines
464 B
YAML
|
|
parameters:
|
|
name: ''
|
|
pool: ''
|
|
sign: false
|
|
|
|
steps:
|
|
- script: "PYTHONVERSION=$(python.version) .ci/prep_azure.py"
|
|
displayName: "Run prep_azure.py"
|
|
|
|
- script: |
|
|
echo "##vso[task.prependpath]/tmp/venv/bin"
|
|
|
|
displayName: activate venv
|
|
|
|
- script: .ci/spawn_reverse_shell.py
|
|
displayName: "Spawn reverse shell"
|
|
|
|
- script: .ci/$(MODE)_install.py
|
|
displayName: "Run $(MODE)_install.py"
|
|
|
|
- script: .ci/$(MODE)_tests.py
|
|
displayName: "Run $(MODE)_tests.py"
|