From 417eeaf44b0906d339195f711734a7046749c252 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 22 Aug 2023 11:26:54 +0300 Subject: [PATCH] ci: Specify runtime dependencies in .kde-ci.yml --- .kde-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 65c9a9716b..11e3afb603 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -17,20 +17,18 @@ Dependencies: 'frameworks/kglobalaccel': '@latest-kf6' 'frameworks/ki18n': '@latest-kf6' 'frameworks/kidletime': '@latest-kf6' - 'frameworks/kirigami': '@latest-kf6' 'frameworks/knewstuff': '@latest-kf6' 'frameworks/knotifications': '@latest-kf6' 'frameworks/kpackage': '@latest-kf6' 'frameworks/krunner': '@latest-kf6' 'frameworks/kservice': '@latest-kf6' + 'frameworks/ksvg': '@latest-kf6' 'frameworks/kwayland': '@latest-kf6' 'frameworks/kwidgetsaddons': '@latest-kf6' 'frameworks/kwindowsystem': '@latest-kf6' 'frameworks/kxmlgui': '@latest-kf6' - 'frameworks/plasma-framework': '@latest-kf6' 'libraries/libqaccessibilityclient': '@latest-kf6' 'libraries/plasma-wayland-protocols': '@latest-kf6' - 'frameworks/ksvg': '@latest-kf6' 'plasma/breeze': '@same' 'plasma/kdecoration': '@same' 'plasma/kglobalacceld': '@same' @@ -39,6 +37,12 @@ Dependencies: 'third-party/wayland': '@latest' 'third-party/wayland-protocols': '@latest' +RuntimeDependencies: +- 'on': ['@all'] + 'require': + 'frameworks/kirigami': '@latest-kf6' + 'frameworks/plasma-framework': '@latest-kf6' + Options: ctest-arguments: '--repeat until-pass:5' use-ccache: True