Skip to content

Commit f7e48b2

Browse files
christophfroehlichmergify[bot]
authored andcommitted
Add job for clang build (#207)
(cherry picked from commit 3ee84c5)
1 parent c41dc1d commit f7e48b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/binary-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@ jobs:
2626
ros_distro: ${{ matrix.ROS_DISTRO }}
2727
ros_repo: ${{ matrix.ROS_REPO }}
2828
ref_for_scheduled_build: master
29+
binary_clang:
30+
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
31+
with:
32+
ros_distro: rolling
33+
ros_repo: testing
34+
ref_for_scheduled_build: master
35+
additional_debs: clang
36+
c_compiler: clang
37+
cxx_compiler: clang++
38+
not_test_build: true

0 commit comments

Comments
 (0)