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

github.com/FreeRDP/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-08-11 10:24:45 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-08-11 10:24:45 +0300
commit46a5c7ce36c1058fea6d729a78dc36a12ffe618c (patch)
treedbc7f67c8fa0e61dae1014654fc4bc6aca5e893d /.gitlab-ci.yml
parentd74cf6d1361a71efe74912df500eea1475665bd0 (diff)
Adding gtk plugin for AppImage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 836dfa20b..b63be0387 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,6 +64,7 @@ appimage:build:
stage: build
before_script:
- apt-get update -qq
+ - apt-get install -q -y librsvg2-2 librsvg2-bin librsvg2-common librsvg2-dev
script:
- mkdir $BUILD_FOLDER
@@ -82,8 +83,8 @@ appimage:build:
- export UPDATE_INFORMATION="gh-releases-zsync|AppImage|appimaged|continuous|appimaged*$ARCH*.AppImage.zsync"
- export SIGN=1
- export VERBOSE=1
- #- linuxdeploy/AppRun --appdir AppDir --plugin gtk --output appimage
- - linuxdeploy/AppRun --appdir AppDir --output appimage
+ - linuxdeploy/AppRun --appdir AppDir --plugin gtk --output appimage
+ # - linuxdeploy/AppRun --appdir AppDir --output appimage
artifacts:
name: "Remmina-x86_64.AppImage"