autotest: disable remaining APM1 build for copter

This commit is contained in:
Andrew Tridgell 2015-03-14 15:04:22 +11:00
parent cac7714693
commit 0bafd33cfa

View File

@ -19,7 +19,7 @@ popd
echo "Testing ArduCopter build" echo "Testing ArduCopter build"
pushd ArduCopter pushd ArduCopter
for b in all sitl linux; do for b in sitl linux; do
pwd pwd
make clean make clean
make $b -j4 make $b -j4