Skip to content

Commit dec68bf

Browse files
Add compatibility build for humble
1 parent 6053c2f commit dec68bf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Check Rolling Compatibility
2+
# author: Christoph Froehlich <[email protected]>
3+
# description: 'Build & test the rolling version on earlier distros.'
4+
5+
on:
6+
workflow_dispatch:
7+
pull_request:
8+
branches:
9+
- master
10+
push:
11+
branches:
12+
- master
13+
14+
jobs:
15+
build:
16+
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
17+
strategy:
18+
fail-fast: false
19+
matrix:
20+
ROS_DISTRO: [humble]
21+
ROS_REPO: [testing]
22+
with:
23+
ros_distro: ${{ matrix.ROS_DISTRO }}
24+
ros_repo: ${{ matrix.ROS_REPO }}
25+
upstream_workspace: kinematics_interface.rolling.repos
26+
ref_for_scheduled_build: master

0 commit comments

Comments
 (0)