Skip to content

[CI] Add debian source build job #1384

[CI] Add debian source build job

[CI] Add debian source build job #1384

name: Rolling RHEL Binary Build
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
jobs:
rolling_rhel_binary:
name: Rolling RHEL binary build
runs-on: ubuntu-latest
env:
ROS_DISTRO: rolling
container: ghcr.io/ros-controls/ros:rolling-rhel
steps:
- uses: actions/checkout@v4
with:
path: src/ros2_control
- run: |
rosdep update
rosdep install -iyr --from-path src/ros2_control || true
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
colcon build --packages-skip rqt_controller_manager
colcon test --packages-skip rqt_controller_manager ros2controlcli
colcon test-result