Skip to content

Commit 7b70ca1

Browse files
committed
Use instructrial CI action
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com> (cherry picked from commit 4ff0841)
1 parent 0601d25 commit 7b70ca1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.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)