summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJan Altensen <info@stricted.net>2019-06-06 17:37:04 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-09 22:21:46 +0200
commit0741494f302ea7982d3250d4b86338667a830749 (patch)
tree0616e5da483054575024131d956b90eb6703a485 /azure-pipelines.yml
parentd116343818ac4f786302a903ef6cd62f8eb5e973 (diff)
downloadphp-git-0741494f302ea7982d3250d4b86338667a830749.tar.gz
azure macos
Change-Id: I3465dcc865c254cea02feb619f6706fa0d164757
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 d3eda47baf..5556fd4d2a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -22,3 +22,7 @@ jobs:
parameters:
configurationName: DEBUG_ZTS
configurationParameters: '--enable-debug --enable-maintainer-zts'
+ - template: azure/macos/job.yml
+ parameters:
+ configurationName: MACOS_DEBUG_NTS
+ configurationParameters: '--enable-debug --disable-maintainer-zts'