1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

CI: Add Linux CI

This commit is contained in:
Albert Astals Cid 2022-03-13 01:20:40 +01:00
parent 22e65c3b8c
commit 1d72d30084
2 changed files with 16 additions and 0 deletions

2
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,2 @@
include:
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml

14
.kde-ci.yml Normal file
View File

@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
'require':
'frameworks/karchive': '@stable'
'frameworks/kwallet': '@stable'
'frameworks/ki18n': '@stable'
'frameworks/kio': '@stable'
'frameworks/kcrash': '@stable'
'frameworks/kcoreaddons': '@stable'
'frameworks/purpose': '@stable'