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-08-11 02:46:41 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-08-11 02:46:41 +0300
commitd74cf6d1361a71efe74912df500eea1475665bd0 (patch)
tree91165e4935183dcd540d2d9303772c7f8a150a3d /.gitlab-ci.yml
parent220bea5c75e0916b14a55154488d1eb7b348b42e (diff)
Disable gtk plugin
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cdf762c3b..836dfa20b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,7 +82,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 --plugin gtk --output appimage
+ - linuxdeploy/AppRun --appdir AppDir --output appimage
artifacts:
name: "Remmina-x86_64.AppImage"