From 3cb05b3fac2caa701ec3d32ade61d74aa8750bb9 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Mon, 10 Aug 2020 22:33:41 +0000 Subject: Temporary using old binaries because of unstable linuxdeploy lib https://github.com/linuxdeploy/linuxdeploy/issues/143 --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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" -- cgit v1.2.3