forked from xdebug/xdebug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.azure-pipelines.yml
30 lines (29 loc) · 900 Bytes
/
.azure-pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
trigger:
batch: true
branches:
include:
- xdebug_3_2
- master
jobs:
- template: .azure/macos/job.yml
parameters:
configurationName: 'OSX_PHP_82'
phpVersion: 'branch'
phpBranch: 'PHP-8.2'
configurationParameters: '--enable-debug --disable-zts'
- template: .azure/macos/job.yml
parameters:
configurationName: 'OSX_PHP_81'
phpVersion: '8.1.7'
configurationParameters: '--enable-debug --disable-zts'
- template: .azure/macos/job.yml
parameters:
configurationName: 'OSX_PHP_81_ZTS'
phpVersion: '8.1.7'
configurationParameters: '--enable-debug --enable-zts'
- template: .azure/macos/job.yml
parameters:
configurationName: 'OSX_PHP_80_ZTS'
phpVersion: '8.0.20'
configurationParameters: '--enable-debug --enable-zts'
xdebugConfigurationParameters: '--without-xdebug-compression'