[pim/eventviews] /: .kde-ci.yml - enable installed library checking
Allen Winter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 152f1d626cd18050cc57a9c4b6d6c654b14aa197 by Allen Winter. Committed on 23/07/2026 at 11:10. Pushed by winterz into branch 'master'. .kde-ci.yml - enable installed library checking M +1 -0 .kde-ci.yml https://invent.kde.org/pim/eventviews/-/commit/152f1d626cd18050cc57a9c4b6d6c654b14aa197 diff --git a/.kde-ci.yml b/.kde-ci.yml index ed989e43..248cbbbf 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -21,3 +21,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