Skip to content

Commit df868ec

Browse files
authored
Merge pull request #5 from ika-rwth-aachen/ci
Set up CI
2 parents 5ab4ac5 + d17a2c4 commit df868ec

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/build.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Build
2+
3+
on: push
4+
5+
jobs:
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
16+
steps:
17+
- uses: actions/checkout@v2
18+
- uses: ros-industrial/industrial_ci@master
19+
with:
20+
config: ${{ toJSON(matrix) }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<img src="https://img.shields.io/badge/ROS1-noetic-green"/></a>
55
<img src="https://img.shields.io/github/v/release/ika-rwth-aachen/mqtt_client"/></a>
66
<img src="https://img.shields.io/github/license/ika-rwth-aachen/mqtt_client"/></a>
7+
<a href="https://github.com/ika-rwth-aachen/mqtt_client/actions/workflows/build.yml"><img src="https://github.com/ika-rwth-aachen/mqtt_client/actions/workflows/build.yml/badge.svg"/></a>
78
<img src="https://img.shields.io/github/stars/ika-rwth-aachen/mqtt_client?style=social"/></a>
89
</p>
910

0 commit comments

Comments
 (0)