Browse Source

build: skip FLYMAPLE examples

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
5b5038f419
  1. 2
      Tools/scripts/build_examples.sh

2
Tools/scripts/build_examples.sh

@ -14,7 +14,7 @@ targets="clean apm1 clean apm2" @@ -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…
Cancel
Save