Skip to content

Commit

Permalink
ci: Specify runtime dependencies in .kde-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzag committed Aug 23, 2023
1 parent 28f5da6 commit 417eeaf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .kde-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 417eeaf

Please sign in to comment.