mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
build_all: Remove the all target as it just builds SITL.
This commit is contained in:
parent
2351e84592
commit
ccfefac2fe
@ -10,7 +10,7 @@ set -x
|
|||||||
|
|
||||||
echo "Testing ArduPlane build"
|
echo "Testing ArduPlane build"
|
||||||
pushd ArduPlane
|
pushd ArduPlane
|
||||||
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
|
||||||
@ -28,7 +28,7 @@ popd
|
|||||||
|
|
||||||
echo "Testing APMRover build"
|
echo "Testing APMRover build"
|
||||||
pushd APMrover2
|
pushd APMrover2
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user