We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41dc1d commit f7e48b2Copy full SHA for f7e48b2
.github/workflows/binary-build.yml
@@ -26,3 +26,13 @@ jobs:
26
ros_distro: ${{ matrix.ROS_DISTRO }}
27
ros_repo: ${{ matrix.ROS_REPO }}
28
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