X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.builds%2Ffreebsd.yml;h=26829ccf5c6221e7a2ea691b2dc2e06d1697926a;hb=0891154941b4f638b8a974ad5085e130a451ceec;hp=547032c49cf781878c49f3f277bfc82a3bd9a0cd;hpb=0384469e00910ae2b7d32740945d25c80babbcae;p=tinc diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 547032c4..26829ccf 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -35,14 +35,9 @@ tasks: make check-recursive VERBOSE=1 - lint: | - export PATH=$PATH:$HOME/.local/bin + mkdir -p ~/.local/bin + ln -f -s "$(which clang-tidy12)" ~/.local/bin/clang-tidy pip install --user compiledb cd tinc - compiledb -n make check - find src \ - ! '(' -path src/solaris -prune ')' \ - ! '(' -path src/mingw -prune ')' \ - ! '(' -path src/linux -prune ')' \ - ! -name tunemu.c \ - -name '*.c' \ - -exec clang-tidy12 --header-filter='.*' '{}' + + export PATH=$PATH:$HOME/.local/bin + sh .ci/tidy/run.sh