mirror of https://github.com/ArduPilot/ardupilot
travis: split up jobs to keep below time limit
This commit is contained in:
parent
b7081f42cd
commit
f3ee9fe9bd
|
@ -75,6 +75,8 @@ matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- compiler: "gcc"
|
- compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="px4-v2 px4-v3 px4-v4"
|
env: CI_BUILD_TARGET="px4-v2 px4-v4"
|
||||||
|
- compiler: "gcc"
|
||||||
|
env: CI_BUILD_TARGET="px4-v3"
|
||||||
- compiler: "gcc"
|
- compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="sitltest"
|
env: CI_BUILD_TARGET="sitltest"
|
||||||
|
|
Loading…
Reference in New Issue