mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Add more test cases
This commit is contained in:
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@@ -10,10 +10,17 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04]
|
||||||
platform: [x64]
|
platform: [x32, x64]
|
||||||
compiler: [gcc]
|
compiler: [gcc, clang]
|
||||||
configure:
|
configure:
|
||||||
- {label: "with pcre2", opt: "--with-pcre2" }
|
- {label: "with pcre, no study, no jit", opt: "--enable-pcre-study=no" }
|
||||||
|
- {label: "with pcre, with study, no jit", opt: "--enable-pcre-study=yes" }
|
||||||
|
- {label: "with pcre, no study, with jit", opt: "--enable-pcre-study=no --enable-pcre-jit" }
|
||||||
|
- {label: "with pcre, with study, with jit", opt: "--enable-pcre-study=yes --enable-pcre-jit" }
|
||||||
|
- {label: "with pcre2", opt: "--with-pcre2 --enable-pcre-study=no" }
|
||||||
|
- {label: "with pcre2, with study, no jit", opt: "--with-pcre2 --enable-pcre-study=yes" }
|
||||||
|
- {label: "with pcre2, no study, with jit", opt: "--with-pcre2 --enable-pcre-study=no --enable-pcre-jit" }
|
||||||
|
- {label: "with pcre2, with study, with jit", opt: "--with-pcre2 --enable-pcre-study=yes --enable-pcre-jit" }
|
||||||
- {label: "with lua", opt: "--with-lua" }
|
- {label: "with lua", opt: "--with-lua" }
|
||||||
- {label: "wo lua", opt: "--without-lua" }
|
- {label: "wo lua", opt: "--without-lua" }
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user