diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31ea8d47f..8095e8f1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,3 +3,5 @@ include: - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-reuse.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml diff --git a/.kde-ci.yml b/.kde-ci.yml new file mode 100644 index 000000000..6015200a3 --- /dev/null +++ b/.kde-ci.yml @@ -0,0 +1,25 @@ +# SPDX-FileCopyrightText: 2021 Tobias Fella +# SPDX-License-Identifier: BSD-2-Clause + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'frameworks/kcoreaddons': '@stable' + 'frameworks/kirigami': '@stable' + 'frameworks/ki18n': '@stable' + 'frameworks/kconfig': '@stable' + 'frameworks/syntax-highlighting': '@stable' + 'frameworks/kitemmodels': '@stable' + 'frameworks/knotifications': '@stable' + 'libraries/kquickimageeditor': '@stable' +- 'on': ['Windows', 'Linux', 'FreeBSD'] + 'require': + 'frameworks/qqc2-desktop-style': '@stable' + 'frameworks/kio': '@stable' + 'frameworks/kwindowsystem': '@stable' + 'frameworks/sonnet': '@stable' + 'frameworks/kconfigwidgets': '@stable' +- 'on': ['Linux', 'FreeBSD'] + 'require': + 'frameworks/kdbusaddons': '@stable'