-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Activate the CI pipeline for ROS2
Jazzy
Also use the corresponding Ubuntu versions for specific ROS2 releases.
- Loading branch information
1 parent
0d70a94
commit 2cef42c
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters