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 19:02:21 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-06 19:02:21 +0300
commite24c7f63fb898fdd7ba2e781b5f7962294d84ff2 (patch)
tree98de406a5e95ea132d78f55d6c4b514690ad49ed /.gitlab-ci.yml
parent354c586fcec9027c5d687eb58ee7774ae6fc5e0f (diff)
Trying to fix cache and artifacts
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b20f8f97..369783981 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,9 +64,6 @@ flatpak:test:
# image: fedora:latest
stage: flatpak_build
variables:
- CMAKE_ARGS: "-G Ninja -DCMAKE_INSTALL_PREFIX:PATH=/app
- -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
- -DWITH_MANPAGES:BOOL=OFF -DWITH_TELEPATHY:BOOL=OFF"
MANIFEST_PATH: "flatpak/org.remmina.Remmina.json"
before_script:
- apt-get update -qq
@@ -84,7 +81,8 @@ flatpak:test:
expire_in: 30 days
cache:
paths:
- - .flatpak-builder/cache
+ - flatpak/.flatpak-builder/cache
+ - flatpak/repo/remmina-dev.flatpak
only:
# - branches
- tags