]> cloud.milkyroute.net Git - dolphin.git/blob - .kde-ci.yml
GIT_SILENT Sync po/docbooks with svn
[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 'libraries/phonon': '@latest-kf6'
30
31 - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6']
32 'require':
33 'frameworks/baloo': '@latest-kf6'
34 'libraries/baloo-widgets': '@same'
35 'third-party/packagekit-qt': '@latest'
36
37 - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'Windows/Qt6', 'macOS/Qt6']
38 'require':
39 'network/kio-extras': '@same'
40
41 RuntimeDependencies:
42 - 'on': ['Linux']
43 'require':
44 'sdk/selenium-webdriver-at-spi': '@latest-kf6'
45
46 Options:
47 ctest-arguments: '--repeat until-pass:3'
48 use-ccache: True
49 require-passing-tests-on: ['Linux/Qt6', 'FreeBSD/Qt6']