mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
travis: merge some jobs
This commit is contained in:
parent
7761612524
commit
6031a449e7
13
.travis.yml
13
.travis.yml
@ -67,22 +67,17 @@ env:
|
|||||||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
||||||
# via the "travis encrypt" command using the project repo's public key
|
# via the "travis encrypt" command using the project repo's public key
|
||||||
- secure: "FjIwqZQV2FhNPWYITX5LZXTE38yYqBaQdbm3QmbEg/30wnPTm1ZOLIU7o/aSvX615ImR8kHoryvFPDQDWc6wWfqTEs3Ytq2kIvcIJS2Y5l/0PFfpWJoH5gRd6hDThnoi+1oVMLvj1+bhn4yFlCCQ2vT/jxoGfiQqqgvHtv4fLzI="
|
- secure: "FjIwqZQV2FhNPWYITX5LZXTE38yYqBaQdbm3QmbEg/30wnPTm1ZOLIU7o/aSvX615ImR8kHoryvFPDQDWc6wWfqTEs3Ytq2kIvcIJS2Y5l/0PFfpWJoH5gRd6hDThnoi+1oVMLvj1+bhn4yFlCCQ2vT/jxoGfiQqqgvHtv4fLzI="
|
||||||
matrix:
|
|
||||||
- CI_BUILD_TARGET="sitl minlure raspilot"
|
|
||||||
- CI_BUILD_TARGET="linux navio2 bebop"
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- compiler: "gcc"
|
- compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="px4-v1"
|
env: CI_BUILD_TARGET="sitl minlure raspilot linux navio2 bebop"
|
||||||
- compiler: "gcc"
|
- compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="px4-v2"
|
env: CI_BUILD_TARGET="px4-v1 px4-v4pro"
|
||||||
|
- compiler: "gcc"
|
||||||
|
env: CI_BUILD_TARGET="px4-v2 px4-v4"
|
||||||
- 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"
|
|
||||||
env: CI_BUILD_TARGET="px4-v4pro"
|
|
||||||
- compiler: "gcc"
|
- compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="sitltest"
|
env: CI_BUILD_TARGET="sitltest"
|
||||||
|
Loading…
Reference in New Issue
Block a user