Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-07-06 23:30:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-06 23:30:40 +0300
commit992dc7eb2c9430da4beb08c01965256e9f1304a0 (patch)
treeb2b5388bb3a6d0f0dedba4713335d149e2b85c57 /.gitlab-ci.yml
parent424b27c9d36aebe0ae3b17fd5f87fb9585397bcb (diff)
flatpak CI optimizations
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5abc68625..63d252817 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,13 +10,10 @@ variables:
BUILD_FOLDER: build
DEB_PPA: "ppa:remmina-ppa-team/remmina-next"
FREERDP_DAILY_PPA: "ppa:remmina-ppa-team/freerdp-daily"
- FLATPAK_PPA: "ppa:alexlarsson/flatpak"
- FLATHUB_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
DOCKER_IMAGE: "ubuntu:xenial"
CMAKE_BUILD_OPTIONS: "-DCMAKE_BUILD_TYPE=Release -DWITH_APPINDICATOR=on"
FLATPAK_ARCH: x86_64
DBUS_ID: "org.remmina.Remmina"
- BUNDLE: "remmina-dev.flatpak"
before_script:
- mkdir -p .flatpak-builder/cache
@@ -65,6 +62,9 @@ flatpak:test:
stage: flatpak_build
variables:
MANIFEST_PATH: "flatpak/org.remmina.Remmina.json"
+ BUNDLE: "remmina-dev.flatpak"
+ FLATPAK_PPA: "ppa:alexlarsson/flatpak"
+ FLATHUB_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
before_script:
- apt-get update -qq
- apt-get install -y -qq software-properties-common
@@ -77,7 +77,7 @@ flatpak:test:
- /bin/sh -xe ./flatpak/flatpak-build.sh
artifacts:
paths:
- - flatpak/repo/${BUNDLE}
+ - flatpak/${BUNDLE}
expire_in: 30 days
cache:
paths: