mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Travis: reduced number of threads used for a build
This commit is contained in:
parent
dea36c1ae9
commit
c0dceb667d
@ -22,11 +22,11 @@ popd
|
||||
for d in ArduCopter APMrover2 ArduPlane AntennaTracker; do
|
||||
pushd $d
|
||||
make clean
|
||||
make navio -j3
|
||||
make navio -j2
|
||||
make clean
|
||||
make sitl -j4
|
||||
make clean
|
||||
make linux -j4
|
||||
make linux -j2
|
||||
make clean
|
||||
make px4-cleandep
|
||||
make px4-v2
|
||||
|
Loading…
Reference in New Issue
Block a user