build: added flymaple to build_all.sh test

This commit is contained in:
Andrew Tridgell 2013-09-23 17:08:13 +10:00
parent 3589c07d09
commit 070a0fefd9
1 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,16 @@ for d in $examples; do
popd
done
test -d ../libmaple && {
echo "Testing flymaple build"
for d in ArduPlane ArduCopter APMrover2; do
pushd $d
make clean
make flymaple
popd
done
}
test -n "$PX4_ROOT" && test -d "$PX4_ROOT" && {
./Tools/scripts/build_all_px4.sh
}