1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-29 08:29:26 +00:00

ci: Build flatpak in packaging stage

Closes #220
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-02-02 00:28:41 +01:00
parent 19c9893ecf
commit ca9c5747ab

View file

@ -72,7 +72,7 @@ check-po:
# For some reason including https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml fails, therefore it's copied here
.flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
stage: 'test'
stage: 'package'
interruptible: true
tags:
- flatpak
@ -117,7 +117,7 @@ check-po:
flatpak:master:
extends: .flatpak
stage: build
stage: package
variables:
MANIFEST_PATH: "sm.puri.Calls.json"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"