[pim/calendarsupport] /: .kde-ci.yml - enable installed library checking
Allen Winter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5758597c39c0f7f60e3982dd3e04083547da8253 by Allen Winter. Committed on 23/07/2026 at 10:58. Pushed by winterz into branch 'master'. .kde-ci.yml - enable installed library checking M +1 -0 .kde-ci.yml https://invent.kde.org/pim/calendarsupport/-/commit/5758597c39c0f7f60e3982dd3e04083547da8253 diff --git a/.kde-ci.yml b/.kde-ci.yml index feff32bc..435efe6d 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -19,3 +19,4 @@ Options: tests-run-in-parallel: True cppcheck-arguments: '--enable=warning,performance,portability,style --suppress-xml=cppcheck-suppressions.xml -DCALENDARSUPPORT_DEPRECATED_VERSION(X,Y,Z)=' enable-lsan: True + run-installed-library-check: true