mirror of https://github.com/ArduPilot/ardupilot
travis: we need a "make configure" at the start
This commit is contained in:
parent
9b5a2ea1d0
commit
1359e6d321
|
@ -10,6 +10,7 @@ set -x
|
||||||
|
|
||||||
echo "Testing ArduPlane build"
|
echo "Testing ArduPlane build"
|
||||||
pushd ArduPlane
|
pushd ArduPlane
|
||||||
|
make configure
|
||||||
for b in all apm2 sitl linux; do
|
for b in all apm2 sitl linux; do
|
||||||
pwd
|
pwd
|
||||||
make clean
|
make clean
|
||||||
|
|
Loading…
Reference in New Issue