Skip to content

Commit 4ff0841

Browse files
committed
Use instructrial CI action
Signed-off-by: Ryan Friedman <[email protected]>
1 parent ef8a31b commit 4ff0841

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/colcon.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Colcon Build Test
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
industrial_ci:
7+
strategy:
8+
matrix:
9+
env:
10+
- {ROS_DISTRO: rolling, ROS_REPO: rolling}
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: 'ros-industrial/industrial_ci@master'
15+
env: ${{matrix.env}}

0 commit comments

Comments
 (0)