@@ -13,16 +13,16 @@ jobs:
13
13
platform : [x32, x64]
14
14
compiler : [gcc, clang]
15
15
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" }
26
26
steps :
27
27
- name : Setup Dependencies
28
28
run : |
@@ -83,16 +83,16 @@ jobs:
83
83
platform : [x32, x64]
84
84
compiler : [gcc, clang]
85
85
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" }
96
96
steps :
97
97
- name : Setup Dependencies
98
98
run : |
0 commit comments