mirror of https://github.com/ArduPilot/ardupilot
travis: restore fly.ArduCopter as running all tests
This commit is contained in:
parent
82f53abee2
commit
194998d631
|
@ -60,10 +60,10 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- if: type != cron
|
- if: type != cron
|
||||||
compiler: "gcc"
|
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
|
- if: type != cron
|
||||||
compiler: "gcc"
|
compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="sitltest-copter"
|
env: CI_BUILD_TARGET="sitltest-copter-tests1"
|
||||||
- if: type != cron
|
- if: type != cron
|
||||||
compiler: "gcc"
|
compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane"
|
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane"
|
||||||
|
|
|
@ -75,11 +75,11 @@ 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-copter-tests1" ]; then
|
if [ "$t" == "sitltest-copter-tests1" ]; then
|
||||||
run_autotest "Copter" "build.ArduCopter" "fly.ArduCopter.Tests2"
|
run_autotest "Copter" "build.ArduCopter" "fly.ArduCopterTests1"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if [ "$t" == "sitltest-copter-tests2" ]; then
|
if [ "$t" == "sitltest-copter-tests2" ]; then
|
||||||
run_autotest "Copter" "build.ArduCopter" "fly.ArduCopter.Tests1"
|
run_autotest "Copter" "build.ArduCopter" "fly.ArduCopterTests2"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if [ "$t" == "sitltest-plane" ]; then
|
if [ "$t" == "sitltest-plane" ]; then
|
||||||
|
|
Loading…
Reference in New Issue