summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 0000000000..1803a58813
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,21 @@
+trigger:
+ - 7.4
+ - master
+
+jobs:
+ - template: azure/job.yml
+ parameters:
+ configurationName: RELEASE_NTS
+ configurationParameters: '--disable-debug --disable-zts'
+ - template: azure/job.yml
+ parameters:
+ configurationName: DEBUG_NTS
+ configurationParameters: '--enable-debug --disable-zts'
+ - template: azure/job.yml
+ parameters:
+ configurationName: RELEASE_ZTS
+ configurationParameters: '--disable-debug --enable-zts'
+ - template: azure/job.yml
+ parameters:
+ configurationName: DEBUG_ZTS
+ configurationParameters: '--enable-debug --enable-zts'