mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
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"
|
env: CI_BUILD_TARGET="sitltest-rover sitltest-sub sitltest-balancebot"
|
||||||
- if: type != cron
|
- if: type != cron
|
||||||
compiler: "clang-7"
|
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
|
for t in $CI_BUILD_TARGET; do
|
||||||
# special case for SITL testing in CI
|
# 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
|
if [ "$t" == "sitltest-copter-tests1" ]; then
|
||||||
run_autotest "Copter" "build.Copter" "test.CopterTests1"
|
run_autotest "Copter" "build.Copter" "test.CopterTests1"
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user