summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-08-30 10:07:25 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-08-30 10:07:52 +0200
commit23b163862244f020d88db791cc2f94046aebc711 (patch)
tree14959f9156091748d91ef2ff2915bf05ac6dc1bc /azure-pipelines.yml
parent1f647ab4caf6b095759a65d2c31becc26938c3d8 (diff)
parenta12ebc295cfcbcb48c4a8ad610a2b92321b4bb3b (diff)
downloadphp-git-23b163862244f020d88db791cc2f94046aebc711.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 230c265c33..67060e4d9e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -75,3 +75,10 @@ jobs:
configurationName: DEBUG_ZTS_MSAN
configurationParameters: '--enable-debug --enable-zts'
runTestsParameters: --asan
+ - template: azure/community_job.yml
+ parameters:
+ configurationName: COMMUNITY
+ configurationParameters: >-
+ --enable-debug --enable-zts
+ CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
+ LDFLAGS='-fsanitize=undefined,address'