Skip to content

Commit

Permalink
Tools: ci: let waf decide number of jobs for building SITL test
Browse files Browse the repository at this point in the history
  • Loading branch information
OXINARF committed Sep 8, 2017
1 parent aa6b997 commit 129fde1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ if [ "$CI_BUILD_TARGET" = "sitltest" ]; then
(cd modules/mavlink/pymavlink && python setup.py build install --user)
unset BUILDROOT
echo "Running SITL QuadCopter test"
Tools/autotest/autotest.py -j2 build.ArduCopter fly.ArduCopter
Tools/autotest/autotest.py build.ArduCopter fly.ArduCopter
echo "Running SITL QuadPlane test"
Tools/autotest/autotest.py -j2 build.ArduPlane fly.QuadPlane
Tools/autotest/autotest.py build.ArduPlane fly.QuadPlane
echo "Running SITL Rover test"
Tools/autotest/autotest.py -j2 build.APMrover2 drive.APMrover2
Tools/autotest/autotest.py build.APMrover2 drive.APMrover2
exit 0
fi

Expand Down

0 comments on commit 129fde1

Please sign in to comment.