mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
fixup
This commit is contained in:
parent
306dc926ff
commit
958b27f06d
@ -22,7 +22,9 @@ for b in $TESTS; do
|
||||
if [ -r nobuild.txt ]; then
|
||||
echo "Skipping build of $b"
|
||||
else
|
||||
make $targets
|
||||
for t in $targets; do
|
||||
make $t
|
||||
done
|
||||
fi
|
||||
popd
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user