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-05-29 23:59:36 +08:00
|
|
|
|
|
|
|
jobs:
|
2019-06-11 16:23:59 +08:00
|
|
|
# - template: azure/job.yml
|
|
|
|
# parameters:
|
|
|
|
# configurationName: RELEASE_NTS
|
2019-06-11 16:25:39 +08:00
|
|
|
# configurationParameters: '--disable-debug --disable-zts'
|
2019-05-29 23:59:36 +08:00
|
|
|
- template: azure/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: DEBUG_NTS
|
|
|
|
configurationParameters: '--enable-debug --disable-zts'
|
2019-06-11 16:23:59 +08:00
|
|
|
# - template: azure/job.yml
|
|
|
|
# parameters:
|
|
|
|
# configurationName: RELEASE_ZTS
|
2019-06-11 16:25:39 +08:00
|
|
|
# configurationParameters: '--disable-debug --enable-zts'
|
2019-05-29 23:59:36 +08:00
|
|
|
- template: azure/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: DEBUG_ZTS
|
|
|
|
configurationParameters: '--enable-debug --enable-zts'
|
2019-06-11 16:23:59 +08:00
|
|
|
# - template: azure/i386/job.yml
|
|
|
|
# parameters:
|
|
|
|
# configurationName: I386_RELEASE_NTS
|
2019-06-11 16:25:39 +08:00
|
|
|
# configurationParameters: '--disable-debug --disable-zts'
|
2019-06-09 21:31:19 +08:00
|
|
|
- template: azure/i386/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: I386_DEBUG_NTS
|
2019-06-11 16:25:39 +08:00
|
|
|
configurationParameters: '--enable-debug --disable-zts'
|
2019-06-11 16:23:59 +08:00
|
|
|
# - template: azure/i386/job.yml
|
|
|
|
# parameters:
|
|
|
|
# configurationName: I386_RELEASE_ZTS
|
2019-06-11 16:25:39 +08:00
|
|
|
# configurationParameters: '--disable-debug --enable-zts'
|
2019-06-09 21:31:19 +08:00
|
|
|
- template: azure/i386/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: I386_DEBUG_ZTS
|
2019-06-11 16:25:39 +08:00
|
|
|
configurationParameters: '--enable-debug --enable-zts'
|
2019-06-06 23:37:04 +08:00
|
|
|
- template: azure/macos/job.yml
|
|
|
|
parameters:
|
|
|
|
configurationName: MACOS_DEBUG_NTS
|
2019-06-10 04:23:45 +08:00
|
|
|
configurationParameters: '--enable-debug --disable-zts'
|