mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Build in parallel.
This getconf parameter is supported on both Linux and OSX.
This commit is contained in:
parent
137bd88b2c
commit
b0b484f45d
@ -44,7 +44,7 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
- ./configure $OPTS
|
- ./configure $OPTS
|
||||||
- make
|
- make -j$(getconf _NPROCESSORS_ONLN)
|
||||||
- make check
|
- make check
|
||||||
- make check-static
|
- make check-static
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user