Skip to content

Commit

Permalink
[#6] clang-tidy: CMake: set CMAKE_EXPORT_COMPILE_COMMANDS on command …
Browse files Browse the repository at this point in the history
…line
  • Loading branch information
SwooshyCueb committed Jan 2, 2024
1 parent b644ab2 commit af14db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter-irods-clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
export PATH=/opt/irods-externals/cmake3.21.4-0/bin:$PATH
mkdir build
cd build
cmake ..
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
- name: Run Clang-Tidy
run: |
# Make clang and clang-tidy available.
Expand Down

0 comments on commit af14db0

Please sign in to comment.