Change branching strategy (#142)

* Change branching strategy - now `master` targets Foxy and `dashing-eloquent` targets Dashing and Eloquent

fix https://github.com/ros2/rmw_cyclonedds/issues/128
This commit is contained in:
Dan Rose 2020-04-09 11:39:06 -05:00 committed by GitHub
parent d8a8d7f0b7
commit 4ac0536eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View file

@ -5,15 +5,8 @@ jobs:
strategy:
fail-fast: false
matrix:
rosdistro: [dashing, eloquent, master]
rosdistro: [master]
os: [ubuntu-18.04, macOS-latest, windows-latest]
exclude:
# pending https://github.com/ament/ament_cmake/pull/233
- rosdistro: eloquent
os: windows-latest
# pending https://github.com/ament/ament_cmake/pull/234
- rosdistro: dashing
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- if: runner.os == 'Linux'