Tools: remove support for flymaple
This commit is contained in:
parent
8bec17e05b
commit
92411402b6
@ -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
|
||||
popd
|
||||
done
|
||||
}
|
||||
|
||||
pushd Tools/Replay
|
||||
make clean
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user