Rover: added APMrover2 to build_all.sh

hopefully it will stay building
This commit is contained in:
Andrew Tridgell 2012-06-10 19:35:56 +10:00
parent fb1a4a2f2b
commit 1ee0f6d8fa

View File

@ -24,6 +24,15 @@ for b in all apm2 apm2beta hil sitl heli; do
done
popd
echo "Testing APMRover build"
pushd APMrover2
for b in all; do
pwd
make clean
make $b
done
popd
echo "Testing build of examples"
examples="Tools/VARTest Tools/CPUInfo"