forked from KDE/konsole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kde-ci.yml
33 lines (31 loc) · 1.08 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
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@stable'
'frameworks/kconfig': '@stable'
'frameworks/knotifications': '@stable'
'frameworks/ki18n': '@stable'
'frameworks/kcalendarcore': '@stable'
'frameworks/kcoreaddons': '@stable'
'frameworks/kdbusaddons': '@stable'
'frameworks/bookmarks': '@stable'
'frameworks/kconfigwidgets': '@stable'
'frameworks/kcrash': '@stable'
'frameworks/kglobalaccel': '@stable'
'frameworks/kguiaddons': '@stable'
'frameworks/kiconthemes': '@stable'
'frameworks/kio': '@stable'
'frameworks/knewstuff': '@stable'
'frameworks/knotifyconfig': '@stable'
'frameworks/kparts': '@stable'
'frameworks/kpty': '@stable'
'frameworks/kservice': '@stable'
'frameworks/ktextwidgets': '@stable'
'frameworks/kwidgetsaddons': '@stable'
'frameworks/kwindowsystem': '@stable'
'frameworks/kxmlgui': '@stable'
'frameworks/kdoctools': '@stable'
Options:
require-passing-tests-on: [ 'Linux', 'FreeBSD' ]