Skip to content
Snippets Groups Projects
Commit 1ee0f6d8 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Rover: added APMrover2 to build_all.sh

hopefully it will stay building
parent fb1a4a2f
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment