File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
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) }}
Original file line number Diff line number Diff line change 4
4
<img src =" https://img.shields.io/badge/ROS1-noetic-green " /></a >
5
5
<img src =" https://img.shields.io/github/v/release/ika-rwth-aachen/mqtt_client " /></a >
6
6
<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 >
7
8
<img src =" https://img.shields.io/github/stars/ika-rwth-aachen/mqtt_client?style=social " /></a >
8
9
</p >
9
10
You can’t perform that action at this time.
0 commit comments