]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add muon's static analyzer to CI
authorAydın Mercan <aydin@isc.org>
Mon, 20 Oct 2025 10:42:48 +0000 (13:42 +0300)
committerMichal Nowak <mnowak@isc.org>
Fri, 24 Oct 2025 14:42:29 +0000 (16:42 +0200)
Muon features a basic static analyzer that is functional enough to have
caught several meson mistakes.

.gitlab-ci.yml

index aa08bd936e829c9d64e2d1536676f07a5f2b9e00..d19cf70deb2bdeccc070614437e728b693435954 100644 (file)
@@ -622,6 +622,7 @@ misc:
     - bash util/xmllint-html.sh
     # Check dangling symlinks in the repository
     - if find . -xtype l | grep .; then exit 1; fi
+    - muon-meson analyze -Werror
   needs: []
   artifacts:
     paths: