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
1 changed files with 1 additions and 1 deletions

View File

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