mirror of
https://github.com/php/php-src.git
synced 2024-12-24 01:09:58 +08:00
25 lines
654 B
YAML
25 lines
654 B
YAML
trigger:
|
|
batch: true
|
|
branches:
|
|
include:
|
|
- PHP-7.4
|
|
- master
|
|
|
|
jobs:
|
|
- template: azure/job.yml
|
|
parameters:
|
|
configurationName: RELEASE_NTS
|
|
configurationParameters: '--disable-debug --disable-zts'
|
|
- template: azure/job.yml
|
|
parameters:
|
|
configurationName: DEBUG_NTS
|
|
configurationParameters: '--enable-debug --disable-zts'
|
|
- template: azure/job.yml
|
|
parameters:
|
|
configurationName: RELEASE_ZTS
|
|
configurationParameters: '--disable-debug --enable-zts'
|
|
- template: azure/job.yml
|
|
parameters:
|
|
configurationName: DEBUG_ZTS
|
|
configurationParameters: '--enable-debug --enable-zts'
|