[pim/libkdepim] /: .kde-ci.yml - enable installed library checking
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5c4421e0cb4e7b34796a09e7923eef447b9d30d2 by Laurent Montel. Committed on 23/07/2026 at 21:12. Pushed by mlaurent into branch 'master'. .kde-ci.yml - enable installed library checking M +1 -0 .kde-ci.yml https://invent.kde.org/pim/libkdepim/-/commit/5c4421e0cb4e7b34796a09e7923eef447b9d30d2 diff --git a/.kde-ci.yml b/.kde-ci.yml index c374fef..33716fb 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -15,3 +15,4 @@ Options: cppcheck-arguments: '--enable=warning,performance,portability,style,unusedFunction --suppress-xml=cppcheck-suppressions.xml' cmake-options: '-DWARNINGS_AS_ERRORS=ON' enable-lsan: True + run-installed-library-check: true