mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Adds lua as a travis option
This commit is contained in:
parent
7fa5ca9ba0
commit
bff326e80e
@ -7,6 +7,7 @@ addons:
|
|||||||
- libfuzzy-dev
|
- libfuzzy-dev
|
||||||
- libyajl-dev
|
- libyajl-dev
|
||||||
- libgeoip-dev
|
- libgeoip-dev
|
||||||
|
- liblua5.2-dev
|
||||||
- liblmdb-dev
|
- liblmdb-dev
|
||||||
- cppcheck
|
- cppcheck
|
||||||
|
|
||||||
@ -27,6 +28,7 @@ env:
|
|||||||
- OPTS="--without-geoip $OPTS"
|
- OPTS="--without-geoip $OPTS"
|
||||||
- OPTS="--without-lmdb $OPTS"
|
- OPTS="--without-lmdb $OPTS"
|
||||||
- OPTS="--without-ssdeep $OPTS"
|
- OPTS="--without-ssdeep $OPTS"
|
||||||
|
- OPTS="--without-lua $OPTS"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
|
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user