Skip to content

Commit

Permalink
Bump CI version (#222)
Browse files Browse the repository at this point in the history
Bring CI up to date and add Ubuntu 20.04, the current target platform for ROS Rolling.

Signed-off-by: Dan Rose <[email protected]>
  • Loading branch information
rotu authored Aug 20, 2020
1 parent f066e1d commit 1bc587e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ jobs:
strategy:
fail-fast: false
matrix:
rosdistro: [master]
os: [ubuntu-18.04, macOS-latest, windows-latest]
rosdistro: [rolling]
os: [ubuntu-18.04, ubuntu-20.04, macOS-latest, windows-latest]
include:
- rosdistro: rolling
repos_branch: master
runs-on: ${{ matrix.os }}
steps:
- if: runner.os == 'Windows'
Expand All @@ -21,11 +24,13 @@ jobs:
- name: Acquire ROS dependencies
uses: ros-tooling/setup-ros@master
- name: Build and test ROS
uses: ros-tooling/[email protected]
id: ros_ci
uses: ros-tooling/[email protected]
with:
package-name: >
rmw_cyclonedds_cpp
rmw_implementation
target-ros2-distro: ${{matrix.rosdistro}}
vcs-repo-file-url: >
https://raw.githubusercontent.com/ros2/ros2/${{ matrix.rosdistro }}/ros2.repos
https://raw.githubusercontent.com/ros2/ros2/${{ matrix.repos_branch }}/ros2.repos
https://raw.githubusercontent.com/${{github.repository}}/${{github.sha}}/.github/resources/suppress_other_rmw.repos

0 comments on commit 1bc587e

Please sign in to comment.