projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2864a
)
CI: fix running clang-tidy on full sources
author
Kirill Isakov
<bootctl@gmail.com>
Mon, 14 Mar 2022 17:01:57 +0000
(23:01 +0600)
committer
Kirill Isakov
<bootctl@gmail.com>
Mon, 14 Mar 2022 17:02:06 +0000
(23:02 +0600)
.ci/tidy/run.sh
patch
|
blob
|
history
diff --git
a/.ci/tidy/run.sh
b/.ci/tidy/run.sh
index
bd730d7
..
d196975
100755
(executable)
--- 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