Skip to content
Snippets Groups Projects
Commit 8da5716e authored by Andrew Tridgell's avatar Andrew Tridgell Committed by Randy Mackay
Browse files

Travis: don't build Linux for travis in copter-3.2

parent f053af53
No related branches found
No related tags found
Loading
...@@ -11,7 +11,7 @@ set -x ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment