From 11d29ffbf9f0d053e6241ffc436ec5184e026979 Mon Sep 17 00:00:00 2001 From: Alexey Andreyev Date: Thu, 28 Sep 2023 00:20:55 +0300 Subject: [PATCH] ci: Update .kde-ci.yml Add runtime dependencies See also: https://invent.kde.org/plasma/plasma-mobile/-/commit/8fab031e843f26cc3bfca32abe8fa05352c36282 --- .kde-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 34e1655c..91957a22 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -24,3 +24,13 @@ Dependencies: 'libraries/kirigami-addons': '@latest-kf6' Options: require-passing-tests-on: [ 'Linux', 'FreeBSD'] + +RuntimeDependencies: +- 'on': ['Linux'] + 'require': + 'plasma/plasma-nm': '@same' + 'plasma/plasma-pa': '@same' + 'frameworks/bluez-qt': '@latest-kf6' +- 'on': ['Linux', 'FreeBSD'] + 'require': + 'plasma/milou' : '@same'