Add gitlab ci configuration to build the flatpak package

master
Bhushan Shah 2019-03-25 03:01:15 +05:30
parent 8819d205f9
commit 8212bdc1c9
1 changed files with 14 additions and 0 deletions

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
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
variables:
BUNDLE: org.kde.otpclient.flatpak
flatpak:
extends: .flatpak
variables:
MANIFEST_PATH: org.kde.otpclient.json
APP_ID: org.kde.otpclient
FLATPAK_MODULE: org.kde.otpclient
CMAKE_ARGS: -DENABLE_TESTING=OFF