Skip to content

Commit dd8ced8

Browse files
committed
Add CI for other supported ROS distros
1 parent 19d5253 commit dd8ced8

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/workflows/ci.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,37 @@ jobs:
1919
skip-tests: false
2020
package-name:
2121
robot_upstart
22+
23+
humble_ci:
24+
name: Humble
25+
runs-on: ubuntu-22.04
26+
steps:
27+
- uses: actions/[email protected]
28+
- uses: ros-tooling/[email protected]
29+
with:
30+
required-ros-distributions: humble
31+
- uses: ros-tooling/[email protected]
32+
id: action_ros_ci_step
33+
with:
34+
target-ros2-distro: humble
35+
import-token: ${{ secrets.GITHUB_TOKEN }}
36+
skip-tests: false
37+
package-name:
38+
robot_upstart
39+
40+
foxy_ci:
41+
name: Foxy
42+
runs-on: ubuntu-20.04
43+
steps:
44+
- uses: actions/[email protected]
45+
- uses: ros-tooling/[email protected]
46+
with:
47+
required-ros-distributions: foxy
48+
- uses: ros-tooling/[email protected]
49+
id: action_ros_ci_step
50+
with:
51+
target-ros2-distro: foxy
52+
import-token: ${{ secrets.GITHUB_TOKEN }}
53+
skip-tests: false
54+
package-name:
55+
robot_upstart

0 commit comments

Comments
 (0)