File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : ika-rwth-aachen/docker-ros@main
11
11
with :
12
+ platform : amd64,arm64
13
+ target : run
12
14
image-tag : ros
13
15
base-image : rwthika/ros:latest
14
16
command : roslaunch mqtt_client standalone.launch
15
- platform : amd64,arm64
16
- target : run
17
+ enable-industrial-ci : ' true'
17
18
18
19
ros2 :
19
20
runs-on : ubuntu-latest
20
21
steps :
21
22
- uses : ika-rwth-aachen/docker-ros@main
22
23
with :
23
- image-tag : ros2
24
- base-image : rwthika/ros2:latest
25
- command : ros2 launch mqtt_client standalone.launch.ros2.xml
26
24
platform : amd64,arm64
27
25
target : run
26
+ image-tag : ros2
28
27
enable-push-as-latest : ' true'
28
+ base-image : rwthika/ros2:latest
29
+ command : ros2 launch mqtt_client standalone.launch.ros2.xml
30
+ enable-industrial-ci : ' true'
Original file line number Diff line number Diff line change 1
1
name : industrial_ci
2
2
3
- on : [push, pull_request]
3
+ on : pull_request
4
4
5
5
jobs :
6
6
industrial_ci :
You can’t perform that action at this time.
0 commit comments