mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Add more test cases
This commit is contained in:
parent
6b9ea5a1e6
commit
462bf7011a
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -10,12 +10,19 @@ 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 lua", opt: "--with-lua" }
|
- {label: "with pcre, with study, no jit", opt: "--enable-pcre-study=yes" }
|
||||||
- {label: "wo lua", opt: "--without-lua" }
|
- {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: "wo lua", opt: "--without-lua" }
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Dependencies
|
- name: Setup Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user