travis: run tradheli tests

This commit is contained in:
Peter Barker 2020-05-29 13:30:01 +10:00 committed by Peter Barker
parent adeb37581f
commit 7bd32338ef
2 changed files with 5 additions and 1 deletions

View File

@ -72,4 +72,4 @@ matrix:
env: CI_BUILD_TARGET="sitltest-rover sitltest-sub sitltest-balancebot"
- if: type != cron
compiler: "clang-7"
env: CI_BUILD_TARGET="unit-tests sitl sitltest-tracker"
env: CI_BUILD_TARGET="unit-tests sitl sitltest-tracker sitltest-heli"

View File

@ -74,6 +74,10 @@ function run_autotest() {
for t in $CI_BUILD_TARGET; do
# special case for SITL testing in CI
if [ "$t" == "sitltest-heli" ]; then
run_autotest "Heli" "build.Helicopter" "test.Helicopter"
continue
fi
if [ "$t" == "sitltest-copter-tests1" ]; then
run_autotest "Copter" "build.Copter" "test.CopterTests1"
continue