Skip to content

Commit

Permalink
Add semi-binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 5, 2024
1 parent af713c0 commit 6405afa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build-semi-binary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
# For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)

name: Semi-Binary Build
on:
pull_request:
push:
branches:
- ros2-master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'


jobs:
semi-binary:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling, jazzy, iron, humble]
ROS_REPO: [main, testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: control_toolbox.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: ros2-master

0 comments on commit 6405afa

Please sign in to comment.