mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
Travis: split build of v2/v4 into separate builds
we are sometimes going past max time limit with the v2/v4 build
This commit is contained in:
parent
c2905fc7f6
commit
6ea2a74c54
@ -75,8 +75,10 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- compiler: "gcc"
|
- compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="px4-v2 px4-v4"
|
env: CI_BUILD_TARGET="px4-v2"
|
||||||
- compiler: "gcc"
|
- compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="px4-v3"
|
env: CI_BUILD_TARGET="px4-v3"
|
||||||
|
- compiler: "gcc"
|
||||||
|
env: CI_BUILD_TARGET="px4-v4"
|
||||||
- compiler: "gcc"
|
- compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="sitltest"
|
env: CI_BUILD_TARGET="sitltest"
|
||||||
|
Loading…
Reference in New Issue
Block a user