From 1359e6d32128185121fd02fd02022b365f9cd8e9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 1 Jan 2015 09:40:32 +1100 Subject: [PATCH] travis: we need a "make configure" at the start --- Tools/scripts/build_all_travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/scripts/build_all_travis.sh b/Tools/scripts/build_all_travis.sh index 12e3ed3e14..554884e464 100755 --- a/Tools/scripts/build_all_travis.sh +++ b/Tools/scripts/build_all_travis.sh @@ -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