Browse Source

Travis: Move a number of builds to Semaphore CI, split sitltest

master
Michael du Breuil 7 years ago committed by Randy Mackay
parent
commit
c70282cb23
  1. 8
      .travis.yml

8
.travis.yml

@ -77,10 +77,10 @@ matrix: @@ -77,10 +77,10 @@ matrix:
fast_finish: true
include:
- compiler: "gcc"
env: CI_BUILD_TARGET="sitl minlure linux navio2 bebop"
env: CI_BUILD_TARGET="px4-v2"
- compiler: "gcc"
env: CI_BUILD_TARGET="px4-v2 px4-v4"
env: CI_BUILD_TARGET="px4-v4"
- compiler: "gcc"
env: CI_BUILD_TARGET="fmuv3 px4-v3"
env: CI_BUILD_TARGET="sitltest-copter"
- compiler: "gcc"
env: CI_BUILD_TARGET="sitltest"
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-rover"

Loading…
Cancel
Save