diff --git a/scripts/build.sh b/scripts/build.sh index 0887560..092fe2c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -4,6 +4,7 @@ set -e cmake -S . -B build \ -DDATABENTO_ENABLE_UNIT_TESTING=1 \ -DDATABENTO_ENABLE_EXAMPLES=1 \ + -DDATABENTO_ENABLE_CLANG_TIDY=1 \ -DDATABENTO_ENABLE_ASAN=1 \ -DDATABENTO_ENABLE_UBSAN=1 cmake --build build -- -j "$(nproc)"