Travis: only build copter in copter-3.2 branch

This commit is contained in:
Andrew Tridgell 2015-01-08 13:22:45 +11:00 committed by Randy Mackay
parent 9b9665153e
commit f053af5312

View File

@ -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
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
popd popd
done done
pushd Tools/Replay
make clean
make linux -j4
popd
exit 0 exit 0