projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd4f77
)
CI: Ignore gcrypt sources when running clang-tidy.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 23 Jan 2022 22:49:24 +0000
(23:49 +0100)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 24 Jan 2022 00:07:54 +0000
(
01:07
+0100)
.ci/tidy/run.sh
patch
|
blob
|
history
diff --git
a/.ci/tidy/run.sh
b/.ci/tidy/run.sh
index
c5951a2
..
bd730d7
100755
(executable)
--- a/
.ci/tidy/run.sh
+++ b/
.ci/tidy/run.sh
@@
-3,7
+3,7
@@
set -eu
# Which paths to ignore.
-paths='src/solaris src/mingw'
+paths='src/solaris src/mingw
src/gcrypt
'
case "$(uname -s)" in
Linux)