From a12ebc295cfcbcb48c4a8ad610a2b92321b4bb3b Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 27 Aug 2019 20:54:50 +0200 Subject: Add job for community projects Run some open-source projects through an aggressive debug configuration with asan and ubsan. We don't care about test results, only check that we don't assert or crash. Currently testing laravel, symfony and amp. --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 476104d21a..a4174940da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,3 +75,10 @@ jobs: configurationName: DEBUG_ZTS_MSAN configurationParameters: '--enable-debug --enable-maintainer-zts' runTestsParameters: --asan + - template: azure/community_job.yml + parameters: + configurationName: COMMUNITY + configurationParameters: >- + --enable-debug --enable-maintainer-zts + CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC' + LDFLAGS='-fsanitize=undefined,address' -- cgit v1.2.1