mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +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:
|
||||
matrix:
|
||||
os: [ubuntu-22.04]
|
||||
platform: [x64]
|
||||
compiler: [gcc]
|
||||
platform: [x32, x64]
|
||||
compiler: [gcc, clang]
|
||||
configure:
|
||||
- {label: "with pcre2", opt: "--with-pcre2" }
|
||||
- {label: "with lua", opt: "--with-lua" }
|
||||
- {label: "wo lua", opt: "--without-lua" }
|
||||
- {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: "wo lua", opt: "--without-lua" }
|
||||
steps:
|
||||
- name: Setup Dependencies
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user