-
-
Notifications
You must be signed in to change notification settings - Fork 109
/
.kde-ci.yml
70 lines (67 loc) · 2.62 KB
/
.kde-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
'require':
'frameworks/attica': '@latest-kf6'
'frameworks/baloo': '@latest-kf6'
'frameworks/extra-cmake-modules': '@latest-kf6'
'frameworks/kauth': '@latest-kf6'
'frameworks/kcmutils': '@latest-kf6'
'frameworks/kcodecs': '@latest-kf6'
'frameworks/kcompletion': '@latest-kf6'
'frameworks/kconfig': '@latest-kf6'
'frameworks/kconfigwidgets': '@latest-kf6'
'frameworks/kcoreaddons': '@latest-kf6'
'frameworks/kcrash': '@latest-kf6'
'frameworks/kdbusaddons': '@latest-kf6'
'frameworks/kfilemetadata': '@latest-kf6'
'frameworks/kglobalaccel': '@latest-kf6'
'frameworks/kguiaddons': '@latest-kf6'
'frameworks/ki18n': '@latest-kf6'
'frameworks/kiconthemes': '@latest-kf6'
'frameworks/kio': '@latest-kf6'
'frameworks/kitemmodels': '@latest-kf6'
'frameworks/kitemviews': '@latest-kf6'
'frameworks/kjobwidgets': '@latest-kf6'
'frameworks/knewstuff': '@latest-kf6'
'frameworks/knotifications': '@latest-kf6'
'frameworks/knotifyconfig': '@latest-kf6'
'frameworks/kpackage': '@latest-kf6'
'frameworks/kparts': '@latest-kf6'
'frameworks/krunner': '@latest-kf6'
'frameworks/kservice': '@latest-kf6'
'frameworks/ktextwidgets': '@latest-kf6'
'frameworks/kwidgetsaddons': '@latest-kf6'
'frameworks/kwindowsystem': '@latest-kf6'
'frameworks/kxmlgui': '@latest-kf6'
'frameworks/solid': '@latest-kf6'
'frameworks/sonnet': '@latest-kf6'
'frameworks/kunitconversion': '@latest-kf6'
'plasma/libplasma': '@same'
'plasma/libksysguard': '@same'
'plasma/breeze': '@same'
'plasma/plasma-workspace': '@same'
'plasma/powerdevil': '@same'
'plasma/systemsettings': '@same'
'plasma/plasma-activities': '@latest-kf6' # Different branch scheme due to formerly being a Framework
'plasma/plasma-activities-stats': '@latest-kf6' # Different branch scheme due to formerly being a Framework
'third-party/packagekit-qt': '@latest'
'third-party/wayland': '@latest'
'third-party/wayland-protocols': '@latest'
'libraries/kirigami-addons': '@latest-kf6'
'network/kaccounts-integration': '@latest-kf6'
RuntimeDependencies:
- 'on': ['@all']
'require':
'plasma/plasma-integration' : '@same'
- 'on': ['Linux']
'require':
'frameworks/kded': '@latest-kf6'
'frameworks/qqc2-desktop-style': '@latest-kf6'
'network/kio-extras': '@latest-kf6'
'plasma/kactivitymanagerd': '@same'
'sdk/selenium-webdriver-at-spi': '@latest-kf6'
Options:
ctest-arguments: '--repeat until-pass:5'
require-passing-tests-on: [ '@all' ]