mirror of https://github.com/ArduPilot/ardupilot
travis: run tradheli tests
This commit is contained in:
parent
adeb37581f
commit
7bd32338ef
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue