mirror of https://github.com/KDE/kasts.git
20 lines
694 B
YAML
20 lines
694 B
YAML
# SPDX-FileCopyrightText: 2021 Tobias Fella <tobias.fella@kde.org>
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
Dependencies:
|
|
- 'on': ['Linux', 'FreeBSD', 'Windows', 'Android']
|
|
'require':
|
|
'frameworks/extra-cmake-modules': '@latest-kf6'
|
|
'frameworks/kcoreaddons': '@latest-kf6'
|
|
'frameworks/kirigami': '@latest-kf6'
|
|
'frameworks/syndication': '@latest-kf6'
|
|
'frameworks/ki18n': '@latest-kf6'
|
|
'frameworks/kconfig': '@latest-kf6'
|
|
'frameworks/threadweaver': '@latest-kf6'
|
|
'frameworks/kcolorscheme': '@latest-kf6'
|
|
'libraries/kirigami-addons': '@latest-kf6'
|
|
'third-party/qtkeychain': '@latest'
|
|
|
|
Options:
|
|
require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
|