Travis: abusing -j

This commit is contained in:
Felipe Zimmerle 2020-01-14 14:41:53 -03:00
parent 2e88337332
commit 1fc5847919
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -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