summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-28 15:05:00 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-28 15:05:00 +0200
commitb98c148f78de02b1baa865003373136191483d7f (patch)
treef53d0194a90e275181f33bb0b717d37768bed217 /azure-pipelines.yml
parent0a0ca984f0b45d874937ff47a4f7a77d530e7a10 (diff)
parent54dd762f596d4b0ea97d6d10e9d0c96e0f33e76e (diff)
downloadphp-git-b98c148f78de02b1baa865003373136191483d7f.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c048a44251..28c3ba37dc 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -55,3 +55,12 @@ jobs:
parameters:
configurationName: MACOS_RELEASE_ZTS
configurationParameters: '--disable-debug --enable-zts'
+ - template: azure/job.yml
+ parameters:
+ configurationName: DEBUG_ZTS_ASAN_UBSAN
+ configurationParameters: >-
+ --enable-debug --enable-zts
+ CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
+ LDFLAGS='-fsanitize=undefined,address'
+ runTestsParameters: --asan
+ timeoutInMinutes: 120