mirror of https://github.com/ArduPilot/ardupilot
build: skip FLYMAPLE examples
This commit is contained in:
parent
070a0fefd9
commit
5b5038f419
|
@ -14,7 +14,7 @@ targets="clean apm1 clean apm2"
|
|||
|
||||
export PATH=/usr/lib/ccache:$PATH
|
||||
|
||||
TESTS=$(find libraries -name 'Makefile' | xargs -i dirname '{}')
|
||||
TESTS=$(find libraries -name 'Makefile' | grep -v FLYMAPLE | xargs -i dirname '{}')
|
||||
|
||||
for b in $TESTS; do
|
||||
echo "TESTING $b"
|
||||
|
|
Loading…
Reference in New Issue