Heli: added heli build to build_all.sh script

ensure heli builds are tested
This commit is contained in:
Andrew Tridgell 2012-02-19 16:34:37 +11:00
parent b06f35eaa2
commit 230d2300ae
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ done
popd
pushd ArduCopter
for b in all apm2 apm2beta hil sitl; do
for b in all apm2 apm2beta hil sitl heli; do
pwd
make clean
make $b