Browse Source

travis: we need a "make configure" at the start

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
1359e6d321
  1. 1
      Tools/scripts/build_all_travis.sh

1
Tools/scripts/build_all_travis.sh

@ -10,6 +10,7 @@ set -x @@ -10,6 +10,7 @@ set -x
echo "Testing ArduPlane build"
pushd ArduPlane
make configure
for b in all apm2 sitl linux; do
pwd
make clean

Loading…
Cancel
Save