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