mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Rover: added APMrover2 to build_all.sh
hopefully it will stay building
This commit is contained in:
parent
fb1a4a2f2b
commit
1ee0f6d8fa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user