From: Kirill Isakov Date: Mon, 14 Mar 2022 17:01:57 +0000 (+0600) Subject: CI: fix running clang-tidy on full sources X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=856bbfd27e879be76dfa1e52fff90a958cac9551;hp=ce2864a2a8c6c146fc605f8093a6246108dddb1a;p=tinc CI: fix running clang-tidy on full sources --- diff --git a/.ci/tidy/run.sh b/.ci/tidy/run.sh index bd730d78..d196975b 100755 --- a/.ci/tidy/run.sh +++ b/.ci/tidy/run.sh @@ -27,6 +27,7 @@ for path in $paths; do done if ! [ -f compile_commands.json ]; then + make clean compiledb make all extra fi