Browse Source

autotest: test rover SITL build

master
Andrew Tridgell 12 years ago
parent
commit
45390badb1
  1. 2
      Tools/scripts/build_all.sh

2
Tools/scripts/build_all.sh

@ -26,7 +26,7 @@ popd @@ -26,7 +26,7 @@ popd
echo "Testing APMRover build"
pushd APMrover2
for b in all apm2; do
for b in all apm2 sitl; do
pwd
make clean
make $b

Loading…
Cancel
Save