Skip to content

Commit 5eea193

Browse files
committed
feat: add github ci
1 parent 4ab684b commit 5eea193

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
2+
# For troubleshooting, see README (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)
3+
4+
name: CI
5+
6+
on: [push, pull_request]
7+
8+
jobs:
9+
industrial_ci:
10+
strategy:
11+
matrix:
12+
env:
13+
- {ROS_DISTRO: noetic, ROS_REPO: testing}
14+
- {ROS_DISTRO: noetic, ROS_REPO: main}
15+
runs-on: ubuntu-20.04
16+
steps:
17+
- uses: actions/checkout@v3
18+
- uses: 'ros-industrial/industrial_ci@master'
19+
env: ${{matrix.env}}

0 commit comments

Comments
 (0)