mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
autotest: added autobuild of disco
This commit is contained in:
parent
65bcead1bd
commit
2d2ed7b06e
@ -233,7 +233,7 @@ build_arduplane() {
|
||||
touch $binaries/Plane/$tag
|
||||
done
|
||||
popd
|
||||
for b in erlebrain2 navio navio2 pxf pxfmini; do
|
||||
for b in erlebrain2 navio navio2 pxf pxfmini disco; do
|
||||
checkout ArduPlane $tag $b "" || {
|
||||
echo "Failed checkout of ArduPlane $b $tag"
|
||||
error_count=$((error_count+1))
|
||||
|
Loading…
Reference in New Issue
Block a user