summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2feee5149e..69fcde6617 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -22,3 +22,7 @@ jobs:
parameters:
configurationName: DEBUG_ZTS
configurationParameters: '--enable-debug --enable-zts'
+ - template: azure/macos/job.yml
+ parameters:
+ configurationName: MACOS_DEBUG_NTS
+ configurationParameters: '--enable-debug --disable-zts'