diff --git a/.travis.yml b/.travis.yml index 64a276616f..d0090a8b98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/Tools/scripts/build_ci.sh b/Tools/scripts/build_ci.sh index c995bdaf29..dbf0807b1e 100755 --- a/Tools/scripts/build_ci.sh +++ b/Tools/scripts/build_ci.sh @@ -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