-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy path.kde-ci.yml
More file actions
30 lines (27 loc) · 1.08 KB
/
.kde-ci.yml
File metadata and controls
30 lines (27 loc) · 1.08 KB
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/kcmutils': '@latest-kf6'
'frameworks/kitemmodels': '@latest-kf6'
'frameworks/knewstuff': '@latest-kf6'
'frameworks/knotifyconfig': '@latest-kf6'
'frameworks/ktexteditor': '@latest-kf6'
'frameworks/ktexttemplate': '@latest-kf6'
'frameworks/purpose': '@latest-kf6'
'frameworks/threadweaver': '@latest-kf6'
'kdevelop/kdevelop-pg-qt': '@latest-kf6'
'sdk/libkomparediff2': '@same'
# TODO: Okteta Qt6 port not yet complete, ETA 10/2024 or later. Once available, adapt code & reenable again.
# 'utilities/okteta': '@stable'
- 'on': ['Linux', 'FreeBSD']
'require':
'frameworks/krunner': '@latest-kf6'
'plasma/libksysguard': '@latest-kf6'
'plasma/libplasma': '@latest-kf6'
Options:
per-test-timeout: 200 # the 60-second default is not enough for test_gdb
use-ccache: True
allow-failing-tests-on: ['@all']
gcovr-arguments: '--gcov-ignore-parse-errors=negative_hits.warn --gcov-ignore-parse-errors=suspicious_hits.warn'