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