mitogen/.ci/azure-pipelines-steps.yml

24 lines
438 B
YAML
Raw Normal View History

parameters:
name: ''
pool: ''
sign: false
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '$(python.version)'
architecture: 'x64'
- script: .ci/spawn_reverse_shell.py
displayName: "Spawn reverse shell"
- script: .ci/prep_azure.py
displayName: "Run prep_azure.py"
- script: .ci/$(MODE)_install.py
displayName: "Run $(MODE)_install.py"
- script: .ci/$(MODE)_tests.py
displayName: "Run $(MODE)_tests.py"