Skip to content

Commit

Permalink
Add industrial_ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWilbrandt committed Nov 22, 2024
1 parent 8d5a0a7 commit 9ac2b11
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on: [push, pull_request]

jobs:
industrial_ci:
name: ROS ${{ matrix.ros_distro }} (${{ matrix.ros_repo }})
strategy:
matrix:
ros_distro: [jazzy, rolling]
ros_repo: [testing, main]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env:
ROS_DISTRO: ${{ matrix.ros_distro }}
ROS_REPO: ${{ matrix.ros_repo }}
UPSTREAM_WORKSPACE: kuka_rsi_driver.${{ matrix.ros_distro }}.repos

0 comments on commit 9ac2b11

Please sign in to comment.