Skip to content

Commit

Permalink
Change to ROS2 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman committed Apr 29, 2024
1 parent 64b79ca commit 86acc8e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix: # matrix is the product of entries
ROS_DISTRO: [melodic]
ROS_REPO: [testing, main]
# exclude: # specific configuration can be excludes
# - {ROS_DISTRO: melodic, ROS_REPO: testing}
include: # add additional configurations
- {ROS_DISTRO: kinetic, ROS_REPO: testing}
ROS_DISTRO: [humble, iron]
ROS_REPO: [main]
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache" # directory for ccache (and how we enable ccache in industrial_ci)
steps:
Expand Down

0 comments on commit 86acc8e

Please sign in to comment.