mirror of https://github.com/ArduPilot/ardupilot
build: added flymaple to build_all.sh test
This commit is contained in:
parent
3589c07d09
commit
070a0fefd9
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue