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

This commit is contained in:
Andrew Tridgell 2015-01-01 09:40:32 +11:00
parent 9b5a2ea1d0
commit 1359e6d321
1 changed files with 1 additions and 0 deletions

View File

@ -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