]> cloud.milkyroute.net Git - dolphin.git/blob - .kde-ci.yml
Merge remote-tracking branch 'fork/work/zakharafoniam/useful-groups'
[dolphin.git] / .kde-ci.yml
1 # SPDX-FileCopyrightText: None
2 # SPDX-License-Identifier: CC0-1.0
3
4 Dependencies:
5 - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6', 'Windows/Qt6', 'macOS/Qt6']
6 'require':
7 'frameworks/extra-cmake-modules': '@latest-kf6'
8 'frameworks/kcoreaddons': '@latest-kf6'
9 'frameworks/kcmutils': '@latest-kf6'
10 'frameworks/knewstuff': '@latest-kf6'
11 'frameworks/ki18n': '@latest-kf6'
12 'frameworks/kdbusaddons': '@latest-kf6'
13 'frameworks/kbookmarks': '@latest-kf6'
14 'frameworks/kconfig': '@latest-kf6'
15 'frameworks/kio': '@latest-kf6'
16 'frameworks/kparts': '@latest-kf6'
17 'frameworks/solid': '@latest-kf6'
18 'frameworks/kiconthemes': '@latest-kf6'
19 'frameworks/kcompletion': '@latest-kf6'
20 'frameworks/ktextwidgets': '@latest-kf6'
21 'frameworks/knotifications': '@latest-kf6'
22 'frameworks/kcrash': '@latest-kf6'
23 'frameworks/kwindowsystem': '@latest-kf6'
24 'frameworks/kdoctools': '@latest-kf6'
25 'frameworks/kfilemetadata': '@latest-kf6'
26 'frameworks/kcodecs': '@latest-kf6'
27 'frameworks/kuserfeedback': '@latest-kf6'
28 'frameworks/kcolorscheme': '@latest-kf6'
29
30 - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6']
31 'require':
32 'frameworks/baloo': '@latest-kf6'
33 'libraries/baloo-widgets': '@same'
34 'third-party/packagekit-qt': '@latest'
35
36 - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'Windows/Qt6', 'macOS/Qt6']
37 'require':
38 'network/kio-extras': '@same'
39
40 RuntimeDependencies:
41 - 'on': ['Linux']
42 'require':
43 'sdk/selenium-webdriver-at-spi': '@latest-kf6'
44
45 Options:
46 ctest-arguments: '--repeat until-pass:3'
47 use-ccache: True
48 require-passing-tests-on: ['Linux/Qt6', 'FreeBSD/Qt6']