travis: restore fly.ArduCopter as running all tests

This commit is contained in:
Peter Barker 2020-02-22 12:33:12 +11:00 committed by Peter Barker
parent 82f53abee2
commit 194998d631
2 changed files with 4 additions and 4 deletions

View File

@ -60,10 +60,10 @@ matrix:
include:
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader iofirmware stm32f7 stm32h7 fmuv2-plane sitltest-copter-extra"
env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader iofirmware stm32f7 stm32h7 fmuv2-plane sitltest-copter-tests2"
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-copter"
env: CI_BUILD_TARGET="sitltest-copter-tests1"
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane"

View File

@ -75,11 +75,11 @@ function run_autotest() {
for t in $CI_BUILD_TARGET; do
# special case for SITL testing in CI
if [ "$t" == "sitltest-copter-tests1" ]; then
run_autotest "Copter" "build.ArduCopter" "fly.ArduCopter.Tests2"
run_autotest "Copter" "build.ArduCopter" "fly.ArduCopterTests1"
continue
fi
if [ "$t" == "sitltest-copter-tests2" ]; then
run_autotest "Copter" "build.ArduCopter" "fly.ArduCopter.Tests1"
run_autotest "Copter" "build.ArduCopter" "fly.ArduCopterTests2"
continue
fi
if [ "$t" == "sitltest-plane" ]; then