File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 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) {
6161 'zts ' => false ,
6262 'run_tests_parameters ' => '--repeat 2 ' ,
6363 ];
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+ ];
6471 }
6572 }
6673 return $ jobs ;
Original file line number Diff line number Diff line change 4848 parameters :
4949 configurationName : LIBMYSQLCLIENT_DEBUG_NTS
5050 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