Skip to content

Commit

Permalink
Add compatibility build for humble
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 14, 2024
1 parent 6053c2f commit dec68bf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/rolling-compatibility-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Check Rolling Compatibility
# author: Christoph Froehlich <[email protected]>
# description: 'Build & test the rolling version on earlier distros.'

on:
workflow_dispatch:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble]
ROS_REPO: [testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: kinematics_interface.rolling.repos
ref_for_scheduled_build: master

0 comments on commit dec68bf

Please sign in to comment.