mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Travis: abusing -j
This commit is contained in:
parent
2e88337332
commit
1fc5847919
@ -46,14 +46,15 @@ script:
|
||||
- ./build.sh
|
||||
- ./configure $OPTS
|
||||
- make parser
|
||||
- make
|
||||
- make parser
|
||||
- make -j$(getconf _NPROCESSORS_ONLN) || make -j$(getconf _NPROCESSORS_ONLN) || make
|
||||
#
|
||||
# Temporarily disabled.
|
||||
# - make -j$(getconf _NPROCESSORS_ONLN)
|
||||
# Leading build to crash with parser enabled.
|
||||
# Not sure why.
|
||||
#
|
||||
- make check
|
||||
- make check -j$(getconf _NPROCESSORS_ONLN)
|
||||
- make check-static
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user