scripts: test apm2beta build in autotest

This commit is contained in:
Andrew Tridgell 2013-04-16 11:26:01 +10:00
parent 7a04fe9915
commit 00dc9712de

View File

@ -8,7 +8,7 @@ set -x
echo "Testing ArduPlane build"
pushd ArduPlane
for b in all apm2 apm1-hil apm1-hilsensors apm2-hil apm2-hilsensors sitl sitl-mount sitl-newcontrollers; do
for b in all apm2 apm2beta apm1-hil apm1-hilsensors apm2-hil apm2-hilsensors sitl sitl-mount sitl-newcontrollers; do
pwd
make clean
make $b -j4