Fix weight comparison in edge BFS
[tinc] / .ci / tidy / run.sh
index 36700a2..a2439f7 100755 (executable)
@@ -2,10 +2,10 @@
 
 set -eu
 
-./.ci/build.sh "$@"
+./.ci/build.sh build "$@"
 
 # Which paths to ignore.
-paths='src/solaris src/mingw src/gcrypt'
+paths='src/solaris src/windows src/gcrypt'
 
 case "$(uname -s)" in
 Linux)
@@ -13,7 +13,7 @@ Linux)
   ;;
 
 FreeBSD)
-  paths="$paths src/linux src/bsd/tunemu.c"
+  paths="$paths src/linux src/bsd/darwin src/bsd/openbsd"
   ;;
 
 Darwin)