-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching from Travis to Github Actions fork CI
- Loading branch information
1 parent
31bc1a9
commit 9cee887
Showing
3 changed files
with
20 additions
and
26 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: CI | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
industrial_ci: | ||
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: 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}} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.