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 4814e54 commit 7d5ee32Copy full SHA for 7d5ee32
circle.yml
@@ -151,12 +151,15 @@ jobs:
151
- test
152
- benchmark
153
154
- clang-latest-ubsan:
+ clang-latest-ubsan-tidy:
155
executor: linux-clang-9
156
environment:
157
BUILD_TYPE: Debug
158
- CMAKE_OPTIONS: -DSANITIZE=undefined,implicit-conversion,nullability
+ CMAKE_OPTIONS: -DSANITIZE=undefined,implicit-conversion,nullability -DCMAKE_CXX_CLANG_TIDY=clang-tidy-9
159
steps:
160
+ - run:
161
+ name: "Install clang-tidy"
162
+ command: sudo apt-get -q update && sudo apt-get -qy install clang-tidy-9
163
- build
164
165
@@ -169,4 +172,4 @@ workflows:
169
172
- release-macos
170
173
- clang-latest-coverage
171
174
- clang-latest-asan
- - clang-latest-ubsan
175
+ - clang-latest-ubsan-tidy
0 commit comments