mirror of https://github.com/ArduPilot/ardupilot
Travis: don't build Linux for travis in copter-3.2
This commit is contained in:
parent
f053af5312
commit
8da5716ea7
|
@ -11,7 +11,7 @@ set -x
|
|||
echo "Testing ArduPlane build"
|
||||
pushd ArduCopter
|
||||
make configure
|
||||
for b in all apm2 sitl linux; do
|
||||
for b in all apm2 sitl; do
|
||||
pwd
|
||||
make clean
|
||||
make $b -j4
|
||||
|
@ -23,8 +23,6 @@ for d in ArduCopter; do
|
|||
make clean
|
||||
make sitl -j4
|
||||
make clean
|
||||
make linux -j4
|
||||
make clean
|
||||
make px4-cleandep
|
||||
make px4-v2
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue