mirror of https://github.com/ArduPilot/ardupilot
Tools: Add ArduSub test
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
895cc0713b
commit
fac329dd16
|
@ -86,6 +86,10 @@ for t in $CI_BUILD_TARGET; do
|
|||
run_autotest "Rover" "build.APMrover2" "drive.APMrover2"
|
||||
continue
|
||||
fi
|
||||
if [ "$t" == "sitltest-sub" ]; then
|
||||
run_autotest "Sub" "build.ArduSub" "dive.ArduSub"
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "$t" == "revo-bootloader" ]; then
|
||||
echo "Building revo bootloader"
|
||||
|
|
Loading…
Reference in New Issue