[pim/incidenceeditor] /: .kde-ci.yml - enable installed library checking
Allen Winter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b6c18c5d150b8032240e21b6af2c71022e8f169d by Allen Winter. Committed on 23/07/2026 at 11:11. Pushed by winterz into branch 'master'. .kde-ci.yml - enable installed library checking M +1 -0 .kde-ci.yml https://invent.kde.org/pim/incidenceeditor/-/commit/b6c18c5d150b8032240e21b6af2c71022e8f169d diff --git a/.kde-ci.yml b/.kde-ci.yml index 3271be62..0f87f6a1 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -27,3 +27,4 @@ Options: cppcheck-arguments: '--enable=warning,performance,portability,style --suppress-xml=cppcheck-suppressions.xml' require-cppcheck-clean: True enable-lsan: True + run-installed-library-check: true