mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
build: added AntennaTracker to build_all.sh
ensure it keeps working
This commit is contained in:
parent
30fd792d40
commit
ff5bc7520c
@ -37,11 +37,13 @@ popd
|
||||
|
||||
echo "Testing build of examples"
|
||||
|
||||
examples="Tools/VARTest Tools/CPUInfo"
|
||||
examples="Tools/VARTest Tools/CPUInfo Tools/AntennaTracker"
|
||||
for d in $examples; do
|
||||
pushd $d
|
||||
make clean
|
||||
make -j4
|
||||
make apm2 -j4
|
||||
make clean
|
||||
make sitl -j4
|
||||
popd
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user