[pim/kidentitymanagement] /: .kde-ci.yml - enable installed library checking
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5e25d15aa41515c8eb9a4611a35934ebd737a9d5 by Laurent Montel. Committed on 23/07/2026 at 21:30. Pushed by mlaurent into branch 'master'. .kde-ci.yml - enable installed library checking M +1 -0 .kde-ci.yml https://invent.kde.org/pim/kidentitymanagement/-/commit/5e25d15aa41515c8eb9a4611a35934ebd737a9d5 diff --git a/.kde-ci.yml b/.kde-ci.yml index 0eb4fe3c..25f2e2d0 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -17,3 +17,4 @@ Options: run-qmllint: true cmake-options: '-DWARNINGS_AS_ERRORS=ON' enable-lsan: True + run-installed-library-check: true