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