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>2020-06-19 13:02:54 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-06-19 13:02:54 +0300
commita5d56c31e9153ce3ae58d323f5056d01fa2af1ac (patch)
treeb4c474418125cf46eb87e84a3f826bff04396012 /.gitlab-ci.yml
parentf99a95de266689001f17e75962f4df0afed14e95 (diff)
Adding AppImage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37c5c14af..d3239e99d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,11 +83,16 @@ appimage:build:
artifacts:
name: "Remmina-x86_64.AppImage"
+ expose_as: "Download AppImage"
paths:
- $BUILD_FOLDER/Remmina-x86_64.AppImage
+ expire_in: 7 days
only:
refs:
- - web
+ - merge_requests
+ - tags
+ - web
+ - schedules
flatpak:test:
image: remmina/ubuntu:18.04
@@ -108,7 +113,7 @@ flatpak:test:
expose_as: "Download flatpak from the flatpak artifact folder"
paths:
- flatpak/$BUNDLE
- expire_in: 10 days
+ expire_in: 7 days
cache:
paths:
- flatpak/.flatpak-builder/cache