From 82a13516c7601c8b372de1bc7c9868d9581d15cd Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 28 Nov 2021 23:05:08 +0100 Subject: [PATCH] Add CI --- .gitlab-ci.yml | 6 ++++++ .kde-ci.yml | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitlab-ci.yml create mode 100644 .kde-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..f9680a11 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff --git a/.kde-ci.yml b/.kde-ci.yml new file mode 100644 index 00000000..074da763 --- /dev/null +++ b/.kde-ci.yml @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'frameworks/kparts': '@stable' + 'frameworks/kdoctools': '@stable' + 'frameworks/ki18n': '@stable' + 'frameworks/ktexteditor': '@stable' + 'frameworks/kiconthemes': '@stable' + 'frameworks/kconfigwidgets': '@stable' + 'frameworks/karchive': '@stable' + 'frameworks/kxmlgui': '@stable' + 'frameworks/kcrash': '@stable' + 'frameworks/kcoreaddons': '@stable' -- GitLab