From: Aydın Mercan Date: Mon, 20 Oct 2025 10:42:48 +0000 (+0300) Subject: add muon's static analyzer to CI X-Git-Tag: v9.21.15~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd26321559da564389b3c2a81572f7329f27696;p=thirdparty%2Fbind9.git add muon's static analyzer to CI Muon features a basic static analyzer that is functional enough to have caught several meson mistakes. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa08bd936e8..d19cf70deb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: