mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
autotest: speed up build_all_px4.sh
only build archives once
This commit is contained in:
parent
dd4b9275fd
commit
cdf813697a
@ -8,21 +8,24 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
for d in ArduPlane ArduCopter APMrover2; do
|
||||
pushd $d
|
||||
make px4-clean
|
||||
popd
|
||||
done
|
||||
|
||||
echo "Testing ArduPlane build"
|
||||
pushd ArduPlane
|
||||
make px4-clean
|
||||
make px4
|
||||
popd
|
||||
|
||||
echo "Testing ArduCopter build"
|
||||
pushd ArduCopter
|
||||
make px4-clean
|
||||
make px4
|
||||
popd
|
||||
|
||||
echo "Testing APMrover2 build"
|
||||
pushd APMrover2
|
||||
make px4-clean
|
||||
make px4
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user