Skip to content

Commit 088633a

Browse files
committed
Industrial CI
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
1 parent 8b875ae commit 088633a

2 files changed

Lines changed: 9 additions & 50 deletions

File tree

.github/workflows/build-and-test.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/ros2-ci.yaml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
1-
name: ROS2 CI
1+
name: CI
22

33
on: [push, pull_request]
44

55
jobs:
6-
rqt_robot_steering_ci:
7-
name: rqt_robot_steering_transport CI
8-
runs-on: ubuntu-latest
6+
rqt_robot_steering:
97
strategy:
10-
fail-fast: false
118
matrix:
12-
include:
13-
- docker-image: "ubuntu:24.04"
14-
ros-distro: "rolling"
15-
container:
16-
image: ${{ matrix.docker-image }}
17-
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v4
20-
- name: Build and Test
21-
run: .github/workflows/build-and-test.sh
229
env:
23-
DOCKER_IMAGE: ${{ matrix.docker-image }}
24-
ROS_DISTRO: ${{ matrix.ros-distro }}
10+
- {ROS_DISTRO: rolling, ROS_REPO: testing}
11+
- {ROS_DISTRO: rolling, ROS_REPO: main}
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: 'ros-industrial/industrial_ci@master'
16+
env: ${{matrix.env}}

0 commit comments

Comments
 (0)