Browse Source

travis: setup BUILDROOT to try to make builds faster

master
Andrew Tridgell 9 years ago
parent
commit
3ea05759d1
  1. 3
      Tools/scripts/build_all_travis.sh

3
Tools/scripts/build_all_travis.sh

@ -10,6 +10,9 @@ set -ex @@ -10,6 +10,9 @@ set -ex
# CXX and CC are exported by default by travis
unset CXX CC
export BUILDROOT=/tmp/travis.build.$$
rm -rf $BUILDROOT
# If TRAVIS_BUILD_TARGET is not set, default to all of them
if [ -z "$TRAVIS_BUILD_TARGET" ]; then
TRAVIS_BUILD_TARGET="sitl linux navio raspilot minlure bebop px4-v2 px4-v4"

Loading…
Cancel
Save