summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-08-13 17:26:20 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-08-13 17:26:20 +0200
commitc3ddda4e3c97c11ae538d44bafa4793fac94a533 (patch)
treebdb822ca3c8304434c7b35deee007a3273d1a02d /azure-pipelines.yml
parente40c9d49184d2ce93392a09033dbe5193d36e55f (diff)
parent8bda799d6f6b3027117105ab717dacdcab597032 (diff)
downloadphp-git-c3ddda4e3c97c11ae538d44bafa4793fac94a533.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Fixed bug #79724
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 20198f888b..57def3dc2d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,10 +12,11 @@ trigger:
- UPGRADING.INTERNALS
jobs:
+ # We specify --with-mm here, because it cannot be used together with --enable-maintainer-zts.
- template: azure/job.yml
parameters:
configurationName: DEBUG_NTS
- configurationParameters: '--enable-debug --disable-zts'
+ configurationParameters: '--enable-debug --disable-zts --with-mm'
- template: azure/job.yml
parameters:
configurationName: RELEASE_ZTS
@@ -36,7 +37,7 @@ jobs:
- template: azure/job.yml
parameters:
configurationName: RELEASE_NTS
- configurationParameters: '--disable-debug --disable-zts'
+ configurationParameters: '--disable-debug --disable-zts --with-mm'
- template: azure/i386/job.yml
parameters:
configurationName: I386_DEBUG_NTS