-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
.kde-ci.yml
34 lines (32 loc) · 1.35 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
# SPDX-FileCopyrightText: 2022 Thomas Baumgart <[email protected]>
# SPDX-FileCopyrightText: 2022 Dawid Wróbel <[email protected]>
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@stable'
'frameworks/kcoreaddons': '@stable'
'frameworks/kguiaddons': '@stable'
'frameworks/kwidgetsaddons': '@stable'
'frameworks/ki18n': '@stable'
'frameworks/kconfig': '@stable'
'frameworks/kcompletion': '@stable'
'frameworks/kitemmodels': '@stable'
'frameworks/kitemviews': '@stable'
'frameworks/kwindowsystem': '@stable'
'frameworks/kiconthemes': '@stable'
'frameworks/kio': '@stable'
'frameworks/kxmlgui': '@stable'
'frameworks/ktextwidgets': '@stable'
'frameworks/kcmutils': '@stable'
'frameworks/kcontacts': '@stable'
'frameworks/kholidays': '@stable'
'graphics/kdiagram': '@stable'
# Temporarily removed because out of a sudden: "Package akonadi was not found in branch release/23.08"
# 'pim/akonadi': '@stable'
# Temporarily removed because out of a sudden: "Package kidentitymanagement was not found in branch release/23.08"
# 'pim/kidentitymanagement': '@stable'
'office/alkimia': '@latest'
Options:
require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
cmake-options: '-DUSE_MODELTEST=on -DWARNINGS_AS_ERRORS=on -Werror=dev'