summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-09 22:23:45 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-09 22:23:45 +0200
commitc007b5bfbaa4f4b66d0195796fc575f672504c1c (patch)
treef656ceaa61d99b30ec4ce6df36ce41cba7a3d77b /azure-pipelines.yml
parent12bba40c1b0bd5d819c07f6fe189cd14fd5d10a4 (diff)
parent0741494f302ea7982d3250d4b86338667a830749 (diff)
downloadphp-git-c007b5bfbaa4f4b66d0195796fc575f672504c1c.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: azure macos
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'