Build in parallel.

This getconf parameter is supported on both Linux and OSX.
This commit is contained in:
Scott Leggett 2018-05-01 13:03:45 +10:00 committed by Felipe Zimmerle
parent 137bd88b2c
commit b0b484f45d
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -44,7 +44,7 @@ before_script:
script:
- ./build.sh
- ./configure $OPTS
- make
- make -j$(getconf _NPROCESSORS_ONLN)
- make check
- make check-static