mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
autotest: speed up build_binaries a bit
don't need to rebuild from scratch for copter
This commit is contained in:
parent
97ee7e9fcc
commit
58a1ead765
@ -185,11 +185,11 @@ build_arducopter() {
|
||||
return
|
||||
}
|
||||
make px4-clean || return
|
||||
rm -rf ../Build.ArduCopter
|
||||
for f in $frames; do
|
||||
echo "Building ArduCopter PX4-$f binaries"
|
||||
ddir="$binaries/Copter/$hdate/PX4-$f"
|
||||
skip_build $tag $ddir && continue
|
||||
rm -rf ../Build.ArduCopter
|
||||
make px4-$f || {
|
||||
echo "Failed build of ArduCopter PX4 $tag"
|
||||
error_count=$((error_count+1))
|
||||
|
Loading…
Reference in New Issue
Block a user