Browse Source

travis: restore fly.ArduCopter as running all tests

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

4
.travis.yml

@ -60,10 +60,10 @@ matrix: @@ -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"

4
Tools/scripts/build_ci.sh

@ -75,11 +75,11 @@ function run_autotest() { @@ -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

Loading…
Cancel
Save