Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
e611380b
Commit
e611380b
authored
Nov 30, 2021
by
Nicolas Fella
Browse files
Enable official gitlab CI
parent
18db0928
Pipeline
#103362
passed with stage
in 3 minutes and 31 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e611380b
# SPDX-License-Identifier: MIT
#
# Copyright (C) 2020 Matthieu Gallien <matthieu_gallien@yahoo.fr>
#
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
include
:
-
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-reuse.yml
-
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
-
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-applications-linux.yml
# - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-applications-windows.yml
# - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-applications-freebsd.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
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
.kde-ci.yml
0 → 100644
View file @
e611380b
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies
:
-
'
on'
:
[
'
@all'
]
'
require'
:
'
frameworks/extra-cmake-modules'
:
'
@stable'
'
frameworks/kcoreaddons'
:
'
@stable'
'
frameworks/kconfig'
:
'
@stable'
'
frameworks/ki18n'
:
'
@stable'
'
frameworks/kirigami'
:
'
@stable'
'
frameworks/kiconthemes'
:
'
@stable'
'
frameworks/kxmlgui'
:
'
@stable'
'
frameworks/kconfigwidgets'
:
'
@stable'
-
'
on'
:
[
'
Linux'
,
'
FreeBSD'
]
'
require'
:
'
frameworks/kdeclarative'
:
'
@stable'
'
frameworks/baloo'
:
'
@stable'
'
frameworks/kdoctools'
:
'
@stable'
'
frameworks/kdbusaddons'
:
'
@stable'
'
frameworks/kio'
:
'
@stable'
'
frameworks/kfilemetadata'
:
'
@stable'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment