CI: fix running clang-tidy on full sources
authorKirill Isakov <bootctl@gmail.com>
Mon, 14 Mar 2022 17:01:57 +0000 (23:01 +0600)
committerKirill Isakov <bootctl@gmail.com>
Mon, 14 Mar 2022 17:02:06 +0000 (23:02 +0600)
.ci/tidy/run.sh

index bd730d7..d196975 100755 (executable)
@@ -27,6 +27,7 @@ for path in $paths; do
 done
 
 if ! [ -f compile_commands.json ]; then
+  make clean
   compiledb make all extra
 fi