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:22:06 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-08-11 02:22:06 +0300
commit220bea5c75e0916b14a55154488d1eb7b348b42e (patch)
tree3215ea7bc073446aec479fba4e13b25b291c29e0 /.gitlab-ci.yml
parent53b43dcc45d28d4d017b64a2fa11e7d0d4535ab5 (diff)
Update .gitlab-ci.yml
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 2d1c0cead..cdf762c3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,10 +72,10 @@ appimage:build:
- make VERBOSE=1 -C $BUILD_FOLDER install DESTDIR=AppDir
# Temporary using old binaries as there's an opened bug https://github.com/linuxdeploy/linuxdeploy/issues/143
#- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
- - wget https://artifacts.assassinate-you.net/artifactory/list/linuxdeploy/travis-456/linuxdeploy-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
- - wget https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
- - wget https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh --directory-prefix=$BUILD_FOLDER/
- - chmod +x $BUILD_FOLDER/*AppImage
+ - wget -c https://artifacts.assassinate-you.net/artifactory/list/linuxdeploy/travis-456/linuxdeploy-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
+ - wget -c https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
+ - wget -c https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh --directory-prefix=$BUILD_FOLDER/
+ - chmod +x $BUILD_FOLDER/*AppImage $BUILD_FOLDER/*sh
- export OUTPUT="Remmina-x86_64.AppImage"
- cd $BUILD_FOLDER && ./linuxdeploy-x86_64.AppImage --appimage-extract
- mv squashfs-root/ linuxdeploy/