Skip to content

Commit

Permalink
Add clang job
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 25, 2024
1 parent 641c929 commit c0122af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ jobs:
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: control_toolbox-not-released.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: ros2-master
binary_clang:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@clang
with:
ros_distro: rolling
ros_repo: testing
upstream_workspace: control_toolbox-not-released.rolling.repos
ref_for_scheduled_build: ros2-master
additional_debs: clang
c_compiler: clang
cxx_compiler: clang++
not_test_build: true

0 comments on commit c0122af

Please sign in to comment.