mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Heli: added heli build to build_all.sh script
ensure heli builds are tested
This commit is contained in:
parent
b06f35eaa2
commit
230d2300ae
@ -15,7 +15,7 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
pushd ArduCopter
|
pushd ArduCopter
|
||||||
for b in all apm2 apm2beta hil sitl; do
|
for b in all apm2 apm2beta hil sitl heli; do
|
||||||
pwd
|
pwd
|
||||||
make clean
|
make clean
|
||||||
make $b
|
make $b
|
||||||
|
Loading…
Reference in New Issue
Block a user