Skip to content

Commit

Permalink
Update industrial_ci.yml
Browse files Browse the repository at this point in the history
Adds CI for Jazzy and Rolling.
  • Loading branch information
danthony06 authored Sep 27, 2024
1 parent 8826f19 commit fbf46f0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Industrial CI
name: CI

on: [push, pull_request]

Expand All @@ -7,11 +7,16 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: iron, ROS_REPO: testing}
- {ROS_DISTRO: iron, ROS_REPO: main}
- {ROS_DISTRO: jazzy, ROS_REPO: testing}
- {ROS_DISTRO: jazzy, ROS_REPO: main}
- {ROS_DISTRO: rolling, ROS_REPO: testing}
- {ROS_DISTRO: rolling, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ros-industrial/industrial_ci@master
env: ${{ matrix.env }}
- uses: 'swri-robotics/industrial_ci@break_system_packages'
env: ${{matrix.env}}

0 comments on commit fbf46f0

Please sign in to comment.