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
a851c53de4
commit
54d5819f4c
@ -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