-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
.kde-ci.yml
49 lines (46 loc) · 1.74 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
# see https://invent.kde.org/sysadmin/repo-metadata/-/blob/master/branch-rules.yml
Dependencies:
- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5', 'macOS/Qt5']
'require':
'frameworks/extra-cmake-modules': '@stable'
'frameworks/kcrash': '@stable'
'frameworks/kguiaddons': '@stable'
'frameworks/ki18n': '@stable'
'frameworks/kparts': '@stable'
'frameworks/kwidgetsaddons': '@stable'
'frameworks/kdoctools': '@stable'
'frameworks/karchive': '@stable'
'frameworks/kconfig': '@stable'
'frameworks/kcoreaddons': '@stable'
'frameworks/kitemviews': '@stable'
'frameworks/ktexteditor': '@stable'
'frameworks/kxmlgui': '@stable'
'frameworks/knewstuff': '@stable'
'frameworks/kuserfeedback': '@stable'
'frameworks/purpose': '@stable'
'education/cantor': '@latest'
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'macOS/Qt6']
'require':
'frameworks/extra-cmake-modules': '@latest-kf6'
'frameworks/kcrash': '@latest-kf6'
'frameworks/kguiaddons': '@latest-kf6'
'frameworks/ki18n': '@latest-kf6'
'frameworks/kparts': '@latest-kf6'
'frameworks/kwidgetsaddons': '@latest-kf6'
'frameworks/kdoctools': '@latest-kf6'
'frameworks/karchive': '@latest-kf6'
'frameworks/kconfig': '@latest-kf6'
'frameworks/kcoreaddons': '@latest-kf6'
'frameworks/kitemviews': '@latest-kf6'
'frameworks/ktexteditor': '@latest-kf6'
'frameworks/kxmlgui': '@latest-kf6'
'frameworks/knewstuff': '@latest-kf6'
'frameworks/kuserfeedback': '@latest-kf6'
'frameworks/purpose': '@latest-kf6'
Environment:
KDECI_BUILD: "TRUE"
Options:
setup-dbus-session: True
per-test-timeout: 120
require-passing-tests-on: ['@all']
cmake-options: '-DLOCAL_DBC_PARSER=ON -DLOCAL_VECTOR_BLF=ON'