mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Adds a little more build options to the travis file
This commit is contained in:
parent
c06daba398
commit
b021c15e4b
@ -15,8 +15,12 @@ compiler:
|
||||
- gcc
|
||||
|
||||
env:
|
||||
- OPTS="--enable-parser-generation"
|
||||
- OPTS="--without-curl"
|
||||
- OPTS="--enable-parser-generation $OPTS"
|
||||
- OPTS="--without-curl $OPTS"
|
||||
- OPTS="--without-yajl $OPTS"
|
||||
- OPTS="--without-geoip $OPTS"
|
||||
- OPTS="--without-lmdb $OPTS"
|
||||
- OPTS="--without-yajl $OPTS"
|
||||
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user