From a3eb2d0cf08d66cbb044f5bea622e02be6b3dfad Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Thu, 28 Mar 2019 21:07:35 +0100 Subject: [PATCH 1/3] Replace transfer.sh with file.io in travis script transfer.sh is down so we need to find a new way of getting the image after it builds. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd3eb50..7311465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ script: - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -bundle-non-qt-libs - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -appimage - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - - curl --upload-file ./FeedTheMonkey*.AppImage https://transfer.sh/FeedTheMonkey-git.$(git rev-parse --short HEAD)-x86_64.AppImage + - curl -F "file=@$(echo ./FeedTheMonkey*.AppImage) https://file.io From 9c441ba03418a037e599b88a7a57c4a2c91865b3 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Thu, 28 Mar 2019 22:51:36 +0100 Subject: [PATCH 2/3] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7311465..3410eab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ script: - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -bundle-non-qt-libs - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -appimage - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - - curl -F "file=@$(echo ./FeedTheMonkey*.AppImage) https://file.io + - curl -F "file=@$(echo FeedTheMonkey*.AppImage) https://file.io From 40bd96cc123e8794b650b2711b64e15231358f86 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Fri, 29 Mar 2019 07:51:52 +0100 Subject: [PATCH 3/3] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3410eab..5336db7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ script: - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -bundle-non-qt-libs - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -appimage - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - - curl -F "file=@$(echo FeedTheMonkey*.AppImage) https://file.io + - curl -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io