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 01:33:41 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-08-11 01:33:41 +0300
commit3cb05b3fac2caa701ec3d32ade61d74aa8750bb9 (patch)
tree34c9318b9208b30e5119ad13b5aac779a1207ace /.gitlab-ci.yml
parent68aa1c07c083640d35a4991373e96ad41a92cc7b (diff)
Temporary using old binaries because of unstable linuxdeploy lib
https://github.com/linuxdeploy/linuxdeploy/issues/143
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d22b3a2a..0a9b55f86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,7 +70,9 @@ appimage:build:
- cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS -DCMAKE_INSTALL_PREFIX=/usr
- make VERBOSE=1 -C $BUILD_FOLDER
- make VERBOSE=1 -C $BUILD_FOLDER install DESTDIR=AppDir
- - wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
+ # 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/
- chmod +x $BUILD_FOLDER/*AppImage
- export OUTPUT="Remmina-x86_64.AppImage"