Skip to content
Snippets Groups Projects
Commit 957d818e authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

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.
parent b32726e8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ set -x ...@@ -8,7 +8,7 @@ set -x
echo "Testing ArduPlane build" echo "Testing ArduPlane build"
pushd ArduPlane 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 pwd
make clean make clean
make $b make $b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment