File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ function get_matrix_include(array $branches) {
61
61
'zts ' => false ,
62
62
'run_tests_parameters ' => '--repeat 2 ' ,
63
63
];
64
+ $ jobs [] = [
65
+ 'name ' => '_VARIATION ' ,
66
+ 'branch ' => $ branch ,
67
+ 'debug ' => true ,
68
+ 'zts ' => true ,
69
+ 'run_tests_parameters ' => "CFLAGS='-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1' " ,
70
+ ];
64
71
}
65
72
}
66
73
return $ jobs ;
Original file line number Diff line number Diff line change 48
48
parameters :
49
49
configurationName : LIBMYSQLCLIENT_DEBUG_NTS
50
50
configurationParameters : ' --enable-debug --disable-zts'
51
- - template : azure/job.yml
52
- parameters :
53
- configurationName : VARIATION_DEBUG_ZTS
54
- configurationParameters : >-
55
- --enable-debug --enable-zts
56
- CFLAGS="-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1"
You can’t perform that action at this time.
0 commit comments