mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-07 03:16:43 +00:00
.travis.sh: increase the number of jobs to run in parallel
The travis-ci.org vms have 2 cores so lets oversubscribe them a little to speed things up. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
07a3b822f5
commit
8e1cfbdad1
@ -18,7 +18,7 @@ ct-ng_travis_build()
|
||||
.config
|
||||
|
||||
# Build the sample
|
||||
ct-ng build.2 &
|
||||
ct-ng build.8 &
|
||||
local build_pid=$!
|
||||
|
||||
# Start a runner task to print a "still running" line every 5 minutes
|
||||
|
Loading…
x
Reference in New Issue
Block a user