[pim/pimcommon] /: .kde-ci.yml - enable installed library checking
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 68b2a9862188cc4ff82d02011abea549067f3671 by Laurent Montel. Committed on 23/07/2026 at 21:37. Pushed by mlaurent into branch 'master'. .kde-ci.yml - enable installed library checking M +1 -0 .kde-ci.yml https://invent.kde.org/pim/pimcommon/-/commit/68b2a9862188cc4ff82d02011abea549067f3671 diff --git a/.kde-ci.yml b/.kde-ci.yml index bc48b184..524cc4ec 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -45,3 +45,4 @@ Options: cppcheck-arguments: '--enable=warning,style,performance' cmake-options: '-DWARNINGS_AS_ERRORS=ON' enable-lsan: True + run-installed-library-check: true