Enable Linux CI

This commit is contained in:
Nicolas Fella
2021-09-29 20:08:11 +02:00
parent d965c8c55a
commit c2aa8bc537
2 changed files with 35 additions and 0 deletions

5
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
include:
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml

30
.kde-ci.yml Normal file
View File

@@ -0,0 +1,30 @@
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@stable'
'frameworks/kconfig': '@stable'
'frameworks/knotifications': '@stable'
'frameworks/ki18n': '@stable'
'frameworks/kcalendarcore': '@stable'
'frameworks/kcoreaddons': '@stable'
'frameworks/kdbusaddons': '@stable'
'frameworks/bookmarks': '@stable'
'frameworks/kconfigwidgets': '@stable'
'frameworks/kcrash': '@stable'
'frameworks/kglobalaccel': '@stable'
'frameworks/kguiaddons': '@stable'
'frameworks/kiconthemes': '@stable'
'frameworks/kio': '@stable'
'frameworks/knewstuff': '@stable'
'frameworks/knotifyconfig': '@stable'
'frameworks/kparts': '@stable'
'frameworks/kpty': '@stable'
'frameworks/kservice': '@stable'
'frameworks/ktextwidgets': '@stable'
'frameworks/kwidgetsaddons': '@stable'
'frameworks/kwindowsystem': '@stable'
'frameworks/kxmlgui': '@stable'
'frameworks/kdoctools': '@stable'