mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
travis: shift tests around to avoid 50m limit on travis
Recent additions to copter-tests2 mean we're running out of time there
This commit is contained in:
parent
d6e3b5834a
commit
e81b6e1f17
@ -57,16 +57,16 @@ matrix:
|
||||
include:
|
||||
- if: type != cron
|
||||
compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader navigator iofirmware stm32f7 stm32h7 fmuv2-plane sitltest-copter-tests2"
|
||||
env: CI_BUILD_TARGET="sitltest-copter-tests2 sitltest-heli"
|
||||
- if: type != cron
|
||||
compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="sitltest-copter-tests1"
|
||||
- if: type != cron
|
||||
compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane"
|
||||
env: CI_BUILD_TARGET="sitltest-tracker sitltest-quadplane sitltest-plane"
|
||||
- if: type != cron
|
||||
compiler: "clang-7"
|
||||
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 sitltest-heli"
|
||||
env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader navigator iofirmware stm32f7 stm32h7 fmuv2-plane unit-tests sitl"
|
||||
|
Loading…
Reference in New Issue
Block a user