keysmith/.gitlab-ci.yml

22 lines
665 B
YAML
Raw Normal View History

#
# SPDX-License-Identifier: BSD-2-Clause
2020-04-30 03:48:07 -04:00
# SPDX-FileCopyrightText: 2019-2020 Bhushan Shah <bshah@kde.org>
# SPDX-FileCopyrightText: 2019 Johan Ouwerkerk <jm.ouwerkerk@gmail.com>
#
include:
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/binary-flatpak.yml
2020-04-30 03:48:07 -04:00
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-reuse.yml
variables:
2019-10-21 13:16:51 -04:00
BUNDLE: org.kde.keysmith.flatpak
flatpak:
extends: .flatpak
variables:
2019-10-21 13:16:51 -04:00
MANIFEST_PATH: org.kde.keysmith.json
APP_ID: org.kde.keysmith
FLATPAK_MODULE: org.kde.keysmith
CMAKE_ARGS: -DBUILD_TESTING=OFF