-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kde-ci.yml
50 lines (48 loc) · 1.66 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
Dependencies:
- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
'require':
'frameworks/extra-cmake-modules': '@same'
'frameworks/karchive' : '@same'
'frameworks/kauth' : '@same'
'frameworks/kbookmarks' : '@same'
'frameworks/kcodecs' : '@same'
'frameworks/kcompletion' : '@same'
'frameworks/kconfig' : '@same'
'frameworks/kconfigwidgets' : '@same'
'frameworks/kcoreaddons' : '@same'
'frameworks/kcrash' : '@same'
'frameworks/kdbusaddons' : '@same'
'frameworks/kdeclarative' : '@same'
'frameworks/kdnssd' : '@same'
'frameworks/kglobalaccel' : '@same'
'frameworks/kguiaddons' : '@same'
'frameworks/ki18n' : '@same'
'frameworks/kiconthemes' : '@same'
'frameworks/kidletime' : '@same'
'frameworks/kitemmodels' : '@same'
'frameworks/kitemviews' : '@same'
'frameworks/kjobwidgets' : '@same'
'frameworks/kio' : '@same'
'frameworks/knotifications' : '@same'
'frameworks/kparts' : '@same'
'frameworks/kpackage' : '@same'
'frameworks/kservice' : '@same'
'frameworks/solid' : '@same'
'frameworks/sonnet' : '@same'
'frameworks/ktextwidgets' : '@same'
'frameworks/threadweaver' : '@same'
'frameworks/kunitconversion' : '@same'
'frameworks/kwallet' : '@same'
'frameworks/kwidgetsaddons' : '@same'
'frameworks/kwindowsystem' : '@same'
'frameworks/kxmlgui' : '@same'
'frameworks/ktexteditor' : '@same'
'frameworks/oxygen-icons' : '@same'
'frameworks/kirigami' : '@same'
'plasma/plasma-activities' : '@same'
- 'on': ['Linux', 'FreeBSD']
'require':
'plasma/kwayland' : '@same'
Options:
test-before-installing: True
cppcheck-ignore-files: ['templates/']