-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.kde-ci.yml
30 lines (29 loc) · 1011 Bytes
/
.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
Dependencies:
- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
'require':
'frameworks/extra-cmake-modules': '@same'
'frameworks/karchive' : '@same'
'frameworks/kconfig' : '@same'
'frameworks/kconfigwidgets' : '@same'
'frameworks/kcoreaddons' : '@same'
'frameworks/kdbusaddons' : '@same'
'frameworks/kglobalaccel' : '@same'
'frameworks/kguiaddons' : '@same'
'frameworks/ki18n' : '@same'
'frameworks/kiconthemes' : '@same'
'frameworks/kio' : '@same'
'frameworks/knotifications' : '@same'
'frameworks/kpackage' : '@same'
# kparts for examples
'frameworks/kparts' : '@same'
'frameworks/kwidgetsaddons' : '@same'
'frameworks/kwindowsystem' : '@same'
'frameworks/kirigami' : '@same'
'frameworks/kcmutils' : '@same'
'frameworks/ksvg' : '@same'
'plasma/kactivities' : '@same'
Options:
test-before-installing: True
cppcheck-ignore-files: ['templates/']
require-passing-tests-on: [ '@all' ]
cmake-options: -DBUILD_EXAMPLES=ON