-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.kde-ci.yml
30 lines (28 loc) · 997 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
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@stable'
'frameworks/kio': '@stable'
'frameworks/ki18n': '@stable'
'frameworks/kbookmarks': '@stable'
'frameworks/kcodecs': '@stable'
'frameworks/kcompletion': '@stable'
'frameworks/kconfig': '@stable'
'frameworks/kconfigwidgets': '@stable'
'frameworks/kcoreaddons': '@stable'
'frameworks/kdbusaddons': '@stable'
'frameworks/kdoctools': '@stable'
'frameworks/kiconthemes': '@stable'
'frameworks/kitemviews': '@stable'
'frameworks/kjobwidgets': '@stable'
'frameworks/knotifications': '@stable'
'frameworks/kparts': '@stable'
'frameworks/kservice': '@stable'
'frameworks/ktextwidgets': '@stable'
'frameworks/kwallet': '@stable'
'frameworks/kwidgetsaddons': '@stable'
'frameworks/kxmlgui': '@stable'
Options:
require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']