mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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"
|
echo "Testing ArduPlane build"
|
||||||
pushd ArduCopter
|
pushd ArduCopter
|
||||||
make configure
|
make configure
|
||||||
for b in all apm2 sitl linux; do
|
for b in all apm2 sitl; do
|
||||||
pwd
|
pwd
|
||||||
make clean
|
make clean
|
||||||
make $b -j4
|
make $b -j4
|
||||||
@ -23,8 +23,6 @@ for d in ArduCopter; do
|
|||||||
make clean
|
make clean
|
||||||
make sitl -j4
|
make sitl -j4
|
||||||
make clean
|
make clean
|
||||||
make linux -j4
|
|
||||||
make clean
|
|
||||||
make px4-cleandep
|
make px4-cleandep
|
||||||
make px4-v2
|
make px4-v2
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user