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

scripts: added apm2 hil to build_all.sh

parent 3bac27b9
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 sitl sitl-mount sitl-newcontrollers; do for b in all apm2 apm2beta hil hilsensors hil-apm2 hilsensors-apm2 sitl sitl-mount sitl-newcontrollers; 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