@ -57,16 +57,6 @@ for d in $examples; do
popd
done
test -d ../libmaple && {
echo "Testing flymaple build"
for d in APMrover2; do
pushd $d
make clean
make flymaple -j4
}
pushd Tools/Replay
make linux -j4
@ -14,7 +14,7 @@ targets="navio"
export PATH=/usr/lib/ccache:$PATH
TESTS=$(find libraries -name 'Makefile' | grep -v FLYMAPLE | xargs -i dirname '{}')
TESTS=$(find libraries -name 'Makefile' | xargs -i dirname '{}')
export BUILDROOT="/tmp/examples.build"
rm -rf $BUILDROOT