mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -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
|
if [ -r nobuild.txt ]; then
|
||||||
echo "Skipping build of $b"
|
echo "Skipping build of $b"
|
||||||
else
|
else
|
||||||
make $targets
|
for t in $targets; do
|
||||||
|
make $t
|
||||||
|
done
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user