Skip to content

Commit 1883aaf

Browse files
committed
BLD: Enable clang-tidy for C++ client
1 parent 6abd012 commit 1883aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44
cmake -S . -B build \
55
-DDATABENTO_ENABLE_UNIT_TESTING=1 \
66
-DDATABENTO_ENABLE_EXAMPLES=1 \
7+
-DDATABENTO_ENABLE_CLANG_TIDY=1 \
78
-DDATABENTO_ENABLE_ASAN=1 \
89
-DDATABENTO_ENABLE_UBSAN=1
910
cmake --build build -- -j "$(nproc)"

0 commit comments

Comments
 (0)