X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=.ci%2Ftidy%2Frun.sh;h=c5951a20cfe7336a8406fb53561afc54611de709;hb=c1e1612fae0f18bf3a5538dddf3de385b32b087b;hp=8af4767a9622175edcbe44c6702d25e4dfec4cb9;hpb=7619f84393f824a84e20e03167304b27d3581ac0;p=tinc diff --git a/.ci/tidy/run.sh b/.ci/tidy/run.sh index 8af4767a..c5951a20 100755 --- a/.ci/tidy/run.sh +++ b/.ci/tidy/run.sh @@ -27,9 +27,7 @@ for path in $paths; do done if ! [ -f compile_commands.json ]; then - # Running compiledb directly on this doesn't work on FreeBSD for some reason. - make -j2 all extra - compiledb -n make check + compiledb make all extra fi echo >&2 "Running clang-tidy without $paths"