2019-05-29 23:59:36 +08:00
|
|
|
trigger:
|
2019-06-07 15:53:35 +08:00
|
|
|
batch: true
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- PHP-7.4
|
|
|
|
- master
|
2019-07-02 21:24:31 +08:00
|
|
|
paths:
|
|
|
|
exclude:
|
|
|
|
- docs/*
|
|
|
|
- NEWS
|
|
|
|
- UPGRADING
|
|
|
|
- UPGRADING.INTERNALS
|
2019-05-29 23:59:36 +08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
- template: azure/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: DEBUG_NTS
|
2019-06-04 11:04:24 +08:00
|
|
|
configurationParameters: '--enable-debug --disable-maintainer-zts'
|
2019-05-29 23:59:36 +08:00
|
|
|
- template: azure/job.yml
|
|
|
|
parameters:
|
2019-06-13 20:20:47 +08:00
|
|
|
configurationName: RELEASE_ZTS
|
|
|
|
configurationParameters: '--disable-debug --enable-maintainer-zts'
|
2019-06-09 21:31:19 +08:00
|
|
|
- template: azure/i386/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: I386_DEBUG_ZTS
|
|
|
|
configurationParameters: '--enable-debug --enable-maintainer-zts'
|
2019-06-06 23:37:04 +08:00
|
|
|
- template: azure/macos/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: MACOS_DEBUG_NTS
|
|
|
|
configurationParameters: '--enable-debug --disable-maintainer-zts'
|
2019-06-13 20:20:47 +08:00
|
|
|
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
|
|
|
|
- template: azure/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: DEBUG_ZTS
|
|
|
|
configurationParameters: '--enable-debug --enable-maintainer-zts'
|
|
|
|
- template: azure/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: RELEASE_NTS
|
|
|
|
configurationParameters: '--disable-debug --disable-maintainer-zts'
|
|
|
|
- template: azure/i386/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: I386_DEBUG_NTS
|
|
|
|
configurationParameters: '--enable-debug --disable-maintainer-zts'
|
|
|
|
- template: azure/i386/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: I386_RELEASE_NTS
|
|
|
|
configurationParameters: '--disable-debug --disable-maintainer-zts'
|
|
|
|
- template: azure/i386/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: I386_RELEASE_ZTS
|
|
|
|
configurationParameters: '--disable-debug --enable-maintainer-zts'
|
|
|
|
- template: azure/macos/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: MACOS_DEBUG_ZTS
|
|
|
|
configurationParameters: '--enable-debug --enable-maintainer-zts'
|
|
|
|
- template: azure/macos/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: MACOS_RELEASE_NTS
|
|
|
|
configurationParameters: '--disable-debug --disable-maintainer-zts'
|
|
|
|
- template: azure/macos/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: MACOS_RELEASE_ZTS
|
|
|
|
configurationParameters: '--disable-debug --enable-maintainer-zts'
|
2019-06-20 22:51:14 +08:00
|
|
|
- template: azure/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: DEBUG_ZTS_ASAN_UBSAN
|
|
|
|
configurationParameters: >-
|
|
|
|
--enable-debug --enable-maintainer-zts
|
|
|
|
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
|
|
|
|
LDFLAGS='-fsanitize=undefined,address'
|
|
|
|
runTestsParameters: --asan
|
|
|
|
timeoutInMinutes: 120
|
2019-07-01 16:26:29 +08:00
|
|
|
- template: azure/msan_job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: DEBUG_ZTS_MSAN
|
|
|
|
configurationParameters: '--enable-debug --enable-maintainer-zts'
|
|
|
|
runTestsParameters: --asan
|