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 c91cd7b commit 278163cCopy full SHA for 278163c
1 file changed
.github/workflows/ci.yml
@@ -20,14 +20,9 @@ jobs:
20
env:
21
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
22
ROS_REPO: ${{ matrix.ROS_REPO }}
23
+ CMAKE_ARGS: ${{ matrix.ROS_DISTRO == 'rolling' && '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_CLANG_TIDY=ON' || '' }}
24
steps:
25
- name: Checkout repo
26
uses: actions/checkout@v4
27
- name: Source tests
- if: ${{ matrix.ROS_DISTRO != 'rolling' }}
28
uses: "ros-industrial/industrial_ci@master"
29
- - name: Source tests (with clang-tidy)
30
- if: ${{ matrix.ROS_DISTRO == 'rolling' }}
31
- uses: "ros-industrial/industrial_ci@master"
32
- env:
33
- CMAKE_ARGS: "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_CLANG_TIDY=ON"
0 commit comments