Skip to content

Commit

Permalink
github wf
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jan 16, 2025
1 parent 5e774a0 commit 25e9f98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ros2-humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ros2
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ros-tooling/[email protected]
Expand Down
18 changes: 8 additions & 10 deletions .github/workflows/ros2-rolling.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: ros2-rolling
name: ros2

on: [push, pull_request]

jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: rolling, ROS_REPO: main}
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
- uses: ros-tooling/[email protected]
with:
package-name: plotjuggler
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
with:
package-name: plotjuggler
target-ros2-distro: rolling

0 comments on commit 25e9f98

Please sign in to comment.