better ci job names (#135)
This commit is contained in:
parent
9a4f567c6b
commit
754c7db7fb
1 changed files with 6 additions and 10 deletions
16
.github/workflows/CI.yml
vendored
16
.github/workflows/CI.yml
vendored
|
@ -5,18 +5,15 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
rosdistro: [dashing, eloquent, master]
|
||||||
os: [ubuntu-18.04, macOS-latest, windows-latest]
|
os: [ubuntu-18.04, macOS-latest, windows-latest]
|
||||||
repos-url:
|
|
||||||
- https://raw.githubusercontent.com/ros2/ros2/dashing/ros2.repos
|
|
||||||
- https://raw.githubusercontent.com/ros2/ros2/eloquent/ros2.repos
|
|
||||||
- https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos
|
|
||||||
exclude:
|
exclude:
|
||||||
# pending https://github.com/ament/ament_cmake/pull/233
|
# pending https://github.com/ament/ament_cmake/pull/233
|
||||||
- os: windows-latest
|
- rosdistro: eloquent
|
||||||
repos-url: https://raw.githubusercontent.com/ros2/ros2/eloquent/ros2.repos
|
os: windows-latest
|
||||||
# pending https://github.com/ament/ament_cmake/pull/234
|
# pending https://github.com/ament/ament_cmake/pull/234
|
||||||
- os: windows-latest
|
- rosdistro: dashing
|
||||||
repos-url: https://raw.githubusercontent.com/ros2/ros2/dashing/ros2.repos
|
os: windows-latest
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Acquire ROS dependencies
|
- name: Acquire ROS dependencies
|
||||||
|
@ -25,5 +22,4 @@ jobs:
|
||||||
uses: ros-tooling/action-ros-ci@0.0.14
|
uses: ros-tooling/action-ros-ci@0.0.14
|
||||||
with:
|
with:
|
||||||
package-name: rmw_cyclonedds_cpp
|
package-name: rmw_cyclonedds_cpp
|
||||||
vcs-repo-file-url: ${{ matrix.repos-url }}
|
vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/${{ matrix.rosdistro }}/ros2.repos
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue