Skip to content

Commit

Permalink
Activate the CI pipeline for ROS2 Jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Aug 26, 2024
1 parent 0d70a94 commit 5eed461
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/industrial_ci_jazzy_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Jazzy

on:
push:
pull_request:
schedule:
# Run every Friday at 6:30 am to detect breaking APIs
- cron: '30 6 * * 5'


jobs:
industrial_ci:
env:
BEFORE_BUILD_TARGET_WORKSPACE: '.github/script/install_dependencies.sh'
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: jazzy, ROS_REPO: jazzy}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<a href="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions">
<img src="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions/workflows/industrial_ci_iron_action.yml/badge.svg" alt="build badge iron">
</a>
<a href="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions">
<img src="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions/workflows/industrial_ci_jazzy_action.yml/badge.svg" alt="build badge jazzy">
</a>
<a href="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions">
<img src="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions/workflows/industrial_ci_rolling_action.yml/badge.svg" alt="build badge rolling">
</a>
Expand Down

0 comments on commit 5eed461

Please sign in to comment.