Skip to content

Rolling RHEL Binary Build #275

Rolling RHEL Binary Build

Rolling RHEL Binary Build #275

name: Rolling RHEL Binary Build
on:
workflow_dispatch:
push:
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@v3
with:
path: src/ros2_control_demos
- run: |
rosdep update
rosdep install -iy --from-path src/ros2_control_demos
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
colcon build
colcon test