aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 252213b..2696fc1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -17,6 +17,7 @@ trigger:
- 'run_tests.py'
- 'run_unittests.py'
pr:
+ autoCancel: true
branches:
include:
- '*'
@@ -64,7 +65,12 @@ jobs:
versionSpec: '3.6'
addToPath: true
architecture: 'x64'
- - template: ci/azure-steps.yml
+ - task: PowerShell@2
+ inputs:
+ targetType: 'filePath'
+ filePath: .\ci\run.ps1
+ env:
+ MESON_CI_JOBNAME: azure-$(System.JobName)
- job: vs2019
timeoutInMinutes: 120
@@ -93,4 +99,9 @@ jobs:
versionSpec: '3.7'
addToPath: true
architecture: 'x64'
- - template: ci/azure-steps.yml
+ - task: PowerShell@2
+ inputs:
+ targetType: 'filePath'
+ filePath: .\ci\run.ps1
+ env:
+ MESON_CI_JOBNAME: azure-$(System.JobName)