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