Browse Source

travis: run tradheli tests

zr-v5.1
Peter Barker 5 years ago committed by Peter Barker
parent
commit
7bd32338ef
  1. 2
      .travis.yml
  2. 4
      Tools/scripts/build_ci.sh

2
.travis.yml

@ -72,4 +72,4 @@ matrix: @@ -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"

4
Tools/scripts/build_ci.sh

@ -74,6 +74,10 @@ function run_autotest() { @@ -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…
Cancel
Save