mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 00:58:37 -04:00
autotest: fixed build_all.sh for MAVLink 1.0
This commit is contained in:
parent
4f7a80a04d
commit
46d2341e45
@ -8,7 +8,7 @@ set -x
|
||||
|
||||
echo "Testing ArduPlane build"
|
||||
pushd ArduPlane
|
||||
for b in all apm2 apm2beta hil hilsensors mavlink10 sitl sitl-mavlink10 sitl-mount; do
|
||||
for b in all apm2 apm2beta hil hilsensors mavlink10 mavlink09 sitl sitl-mavlink10 sitl-mavlink09; do
|
||||
pwd
|
||||
make clean
|
||||
make $b
|
||||
|
Loading…
Reference in New Issue
Block a user