@@ -13,16 +13,16 @@ jobs:
1313 platform : [x32, x64]
1414 compiler : [gcc, clang]
1515 configure :
16- - {label: "with pcre , no study, no jit", opt: "--enable-pcre-study=no" }
17- - {label: "with pcre , with study, no jit", opt: "--enable-pcre-study=yes" }
18- - {label: "with pcre , no study, with jit", opt: "--enable-pcre-study=no --enable-pcre-jit" }
19- - {label: "with pcre , with study, with jit", opt: "--enable-pcre-study=yes --enable-pcre-jit" }
20- - {label: "with pcre2 ", opt: "--with-pcre2 --enable-pcre-study=no" }
21- - {label: "with pcre2 , with study, no jit", opt: "--with-pcre2 --enable-pcre-study=yes" }
22- - {label: "with pcre2 , no study, with jit", opt: "--with-pcre2 --enable-pcre-study=no --enable-pcre-jit" }
23- - {label: "with pcre2 , with study, with jit", opt: "--with-pcre2 --enable-pcre-study=yes --enable-pcre-jit" }
24- - {label: "with lua", opt: "--with-lua" }
25- - {label: "wo lua", opt: "--without-lua" }
16+ - {label: "with pcre2 , no study, no jit", opt: "--enable-pcre-study=no" }
17+ - {label: "with pcre2 , with study, no jit", opt: "--enable-pcre-study=yes" }
18+ - {label: "with pcre2 , no study, with jit", opt: "--enable-pcre-study=no --enable-pcre-jit" }
19+ - {label: "with pcre2 , with study, with jit", opt: "--enable-pcre-study=yes --enable-pcre-jit" }
20+ - {label: "with pcre ", opt: "--with-pcre --enable-pcre-study=no" }
21+ - {label: "with pcre , with study, no jit", opt: "--with-pcre --enable-pcre-study=yes" }
22+ - {label: "with pcre , no study, with jit", opt: "--with-pcre --enable-pcre-study=no --enable-pcre-jit" }
23+ - {label: "with pcre , with study, with jit", opt: "--with-pcre --enable-pcre-study=yes --enable-pcre-jit" }
24+ - {label: "with lua", opt: "--with-lua" }
25+ - {label: "wo lua", opt: "--without-lua" }
2626 steps :
2727 - name : Setup Dependencies
2828 run : |
@@ -83,16 +83,16 @@ jobs:
8383 platform : [x32, x64]
8484 compiler : [gcc, clang]
8585 configure :
86- - {label: "with pcre , no study, no jit", opt: "--enable-pcre-study=no" }
87- - {label: "with pcre , with study, no jit", opt: "--enable-pcre-study=yes" }
88- - {label: "with pcre , no study, with jit", opt: "--enable-pcre-study=no --enable-pcre-jit" }
89- - {label: "with pcre , with study, with jit", opt: "--enable-pcre-study=yes --enable-pcre-jit" }
90- - {label: "with pcre2 ", opt: "--with-pcre2 --enable-pcre-study=no" }
91- - {label: "with pcre2 , with study, no jit", opt: "--with-pcre2 --enable-pcre-study=yes" }
92- - {label: "with pcre2 , no study, with jit", opt: "--with-pcre2 --enable-pcre-study=no --enable-pcre-jit" }
93- - {label: "with pcre2 , with study, with jit", opt: "--with-pcre2 --enable-pcre-study=yes --enable-pcre-jit" }
94- - {label: "with lua", opt: "--with-lua" }
95- - {label: "wo lua", opt: "--without-lua" }
86+ - {label: "with pcre2 , no study, no jit", opt: "--enable-pcre-study=no" }
87+ - {label: "with pcre2 , with study, no jit", opt: "--enable-pcre-study=yes" }
88+ - {label: "with pcre2 , no study, with jit", opt: "--enable-pcre-study=no --enable-pcre-jit" }
89+ - {label: "with pcre2 , with study, with jit", opt: "--enable-pcre-study=yes --enable-pcre-jit" }
90+ - {label: "with pcre ", opt: "--with-pcre --enable-pcre-study=no" }
91+ - {label: "with pcre , with study, no jit", opt: "--with-pcre --enable-pcre-study=yes" }
92+ - {label: "with pcre , no study, with jit", opt: "--with-pcre --enable-pcre-study=no --enable-pcre-jit" }
93+ - {label: "with pcre , with study, with jit", opt: "--with-pcre --enable-pcre-study=yes --enable-pcre-jit" }
94+ - {label: "with lua", opt: "--with-lua" }
95+ - {label: "wo lua", opt: "--without-lua" }
9696 steps :
9797 - name : Setup Dependencies
9898 run : |
0 commit comments