Use -j2 on the CI boxes
The travis-ci trusty container has two cores.
This commit is contained in:
parent
9135d14b81
commit
ee3caafe7b
2 changed files with 3 additions and 3 deletions
|
|
@ -6,5 +6,5 @@ set -e
|
|||
|
||||
script/fetch-fixtures
|
||||
script/check-mallocs
|
||||
scan_build make
|
||||
scan_build make -j2
|
||||
script/test -b
|
||||
|
|
|
|||
|
|
@ -88,9 +88,9 @@ else
|
|||
fi
|
||||
|
||||
if [[ ! -z "$run_scan_build" ]]; then
|
||||
scan_build make $target
|
||||
scan_build make -j2 $target
|
||||
else
|
||||
make $target
|
||||
make -j2 $target
|
||||
fi
|
||||
args=${args:-""}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue