Skip to content

Commit 3feb914

Browse files
authored
switch to industrial_ci
1 parent f513dea commit 3feb914

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ name: Build
33
on: push
44

55
jobs:
6-
build:
7-
runs-on: ubuntu-20.04
6+
industrial_ci:
7+
name: ROS ${{ matrix.ROS_DISTRO }} (${{ matrix.ROS_REPO }})
8+
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
ROS_DISTRO:
12+
- noetic
13+
ROS_REPO:
14+
- testing
15+
- main
816
steps:
9-
- name: Checkout repository
10-
uses: actions/checkout@v3
11-
- name: Setup catkin
12-
uses: betwo/github-setup-catkin@master
17+
- uses: actions/checkout@v2
18+
- uses: ros-industrial/industrial_ci@master
1319
with:
14-
ros-version: noetic
15-
build-tool: catkin_tools
16-
workspace: $GITHUB_WORKSPACE
17-
- name: Build ROS workspace
18-
run: catkin build
20+
config: ${{ toJSON(matrix) }}

0 commit comments

Comments
 (0)