@@ -6,34 +6,14 @@ trigger:
6
6
- master
7
7
8
8
jobs :
9
- # - template: azure/job.yml
10
- # parameters:
11
- # configurationName: RELEASE_NTS
12
- # configurationParameters: '--disable-debug --disable-maintainer-zts'
13
9
- template : azure/job.yml
14
10
parameters :
15
11
configurationName : DEBUG_NTS
16
12
configurationParameters : ' --enable-debug --disable-maintainer-zts'
17
- # - template: azure/job.yml
18
- # parameters:
19
- # configurationName: RELEASE_ZTS
20
- # configurationParameters: '--disable-debug --enable-maintainer-zts'
21
13
- template : azure/job.yml
22
14
parameters :
23
- configurationName : DEBUG_ZTS
24
- configurationParameters : ' --enable-debug --enable-maintainer-zts'
25
- # - template: azure/i386/job.yml
26
- # parameters:
27
- # configurationName: I386_RELEASE_NTS
28
- # configurationParameters: '--disable-debug --disable-maintainer-zts'
29
- - template : azure/i386/job.yml
30
- parameters :
31
- configurationName : I386_DEBUG_NTS
32
- configurationParameters : ' --enable-debug --disable-maintainer-zts'
33
- # - template: azure/i386/job.yml
34
- # parameters:
35
- # configurationName: I386_RELEASE_ZTS
36
- # configurationParameters: '--disable-debug --enable-maintainer-zts'
15
+ configurationName : RELEASE_ZTS
16
+ configurationParameters : ' --disable-debug --enable-maintainer-zts'
37
17
- template : azure/i386/job.yml
38
18
parameters :
39
19
configurationName : I386_DEBUG_ZTS
42
22
parameters :
43
23
configurationName : MACOS_DEBUG_NTS
44
24
configurationParameters : ' --enable-debug --disable-maintainer-zts'
25
+ - ${{ if eq(variables['Build.Reason'], 'Schedule') }} :
26
+ - template : azure/job.yml
27
+ parameters :
28
+ configurationName : DEBUG_ZTS
29
+ configurationParameters : ' --enable-debug --enable-maintainer-zts'
30
+ - template : azure/job.yml
31
+ parameters :
32
+ configurationName : RELEASE_NTS
33
+ configurationParameters : ' --disable-debug --disable-maintainer-zts'
34
+ - template : azure/i386/job.yml
35
+ parameters :
36
+ configurationName : I386_DEBUG_NTS
37
+ configurationParameters : ' --enable-debug --disable-maintainer-zts'
38
+ - template : azure/i386/job.yml
39
+ parameters :
40
+ configurationName : I386_RELEASE_NTS
41
+ configurationParameters : ' --disable-debug --disable-maintainer-zts'
42
+ - template : azure/i386/job.yml
43
+ parameters :
44
+ configurationName : I386_RELEASE_ZTS
45
+ configurationParameters : ' --disable-debug --enable-maintainer-zts'
46
+ - template : azure/macos/job.yml
47
+ parameters :
48
+ configurationName : MACOS_DEBUG_ZTS
49
+ configurationParameters : ' --enable-debug --enable-maintainer-zts'
50
+ - template : azure/macos/job.yml
51
+ parameters :
52
+ configurationName : MACOS_RELEASE_NTS
53
+ configurationParameters : ' --disable-debug --disable-maintainer-zts'
54
+ - template : azure/macos/job.yml
55
+ parameters :
56
+ configurationName : MACOS_RELEASE_ZTS
57
+ configurationParameters : ' --disable-debug --enable-maintainer-zts'
0 commit comments