Skip to content
Snippets Groups Projects
Commit f053af53 authored by Andrew Tridgell's avatar Andrew Tridgell Committed by Randy Mackay
Browse files

Travis: only build copter in copter-3.2 branch

parent 9b966515
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ set -e ...@@ -9,7 +9,7 @@ set -e
set -x set -x
echo "Testing ArduPlane build" echo "Testing ArduPlane build"
pushd ArduPlane pushd ArduCopter
make configure make configure
for b in all apm2 sitl linux; do for b in all apm2 sitl linux; do
pwd pwd
...@@ -18,7 +18,7 @@ for b in all apm2 sitl linux; do ...@@ -18,7 +18,7 @@ for b in all apm2 sitl linux; do
done done
popd popd
for d in ArduCopter APMrover2 ArduPlane AntennaTracker; do for d in ArduCopter; do
pushd $d pushd $d
make clean make clean
make sitl -j4 make sitl -j4
...@@ -30,9 +30,4 @@ for d in ArduCopter APMrover2 ArduPlane AntennaTracker; do ...@@ -30,9 +30,4 @@ for d in ArduCopter APMrover2 ArduPlane AntennaTracker; do
popd popd
done done
pushd Tools/Replay
make clean
make linux -j4
popd
exit 0 exit 0
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