summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-10-11 17:44:50 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-10-11 17:44:59 +0200
commit242b5547a2666b2df9833236c335c1db40d5a85a (patch)
tree8ae220679892ae2d547bb3930f2b9d07c0e920ea /azure-pipelines.yml
parent17f91360bd93f08fc80100e25f52a39da1289494 (diff)
parentdb54b0fa187e874ae8d02104cb3471cdcd89e9d2 (diff)
downloadphp-git-242b5547a2666b2df9833236c335c1db40d5a85a.tar.gz
Merge branch 'PHP-7.4'
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 586edf72e8..7b36b7da4c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -82,3 +82,7 @@ jobs:
--enable-debug --enable-zts
CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
LDFLAGS='-fsanitize=undefined,address'
+ - template: azure/coverage_job.yml
+ parameters:
+ configurationName: COVERAGE_DEBUG_ZTS
+ configurationParameters: '--enable-debug --disable-zts'