mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
test: it is no longer possible to build with MAVLink 0.9
the Camera and Mount code make it impossible because of the incredibly silly arduino cpp handling.
This commit is contained in:
parent
b32726e867
commit
957d818eb7
@ -8,7 +8,7 @@ set -x
|
||||
|
||||
echo "Testing ArduPlane build"
|
||||
pushd ArduPlane
|
||||
for b in all apm2 apm2beta hil hilsensors mavlink10 mavlink09 sitl sitl-mavlink10 sitl-mavlink09 sitl-mount; do
|
||||
for b in all apm2 apm2beta hil hilsensors mavlink10 sitl sitl-mavlink10 sitl-mount; do
|
||||
pwd
|
||||
make clean
|
||||
make $b
|
||||
|
Loading…
Reference in New Issue
Block a user