Skip to content

Commit

Permalink
Add Galactic CI, cleanup rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatan Aksoy Tezer authored and henningkayser committed Jun 15, 2021
1 parent d3cb713 commit 89dab66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
ROS_REPO: main
- ROS_DISTRO: rolling
ROS_REPO: testing
- ROS_DISTRO: galactic
ROS_REPO: main
- ROS_DISTRO: galactic
ROS_REPO: testing
env:
UPSTREAM_WORKSPACE: geometric_shapes${{ matrix.env.ROS_DISTRO == 'rolling' && '_rolling' || '' }}.repos
UPSTREAM_WORKSPACE: geometric_shapes.repos
AFTER_SETUP_UPSTREAM_WORKSPACE: 'vcs pull $BASEDIR/upstream_ws/src'
AFTER_RUN_TARGET_TEST: ${{ matrix.env.CCOV && './.ci.prepare_codecov' || '' }}
TARGET_CMAKE_ARGS: >
Expand Down
9 changes: 0 additions & 9 deletions geometric_shapes_rolling.repos

This file was deleted.

0 comments on commit 89dab66

Please sign in to comment.