Skip to content
Snippets Groups Projects
Commit 1359e6d3 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

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

parent 9b5a2ea1
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ set -x ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment