mirror of https://github.com/ArduPilot/ardupilot
build: added sitl-newcontrollers to build_all.sh
This commit is contained in:
parent
d445482ace
commit
ed7eec91f4
|
@ -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; do
|
for b in all apm2 apm2beta hil hilsensors sitl sitl-mount sitl-newcontrollers; do
|
||||||
pwd
|
pwd
|
||||||
make clean
|
make clean
|
||||||
make $b
|
make $b
|
||||||
|
|
Loading…
Reference in New Issue