Skip to content

Commit

Permalink
ci: Enable clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Dec 28, 2021
1 parent c52e5ed commit c00dd5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
build-clang-coverage:
executor: linux-clang-latest
environment:
CMAKE_OPTIONS: -DCMAKE_CXX_CLANG_TIDY=clang-tidy -DCMAKE_C_CLANG_TIDY=clang-tidy
steps:
- checkout
- build:
Expand Down

0 comments on commit c00dd5f

Please sign in to comment.