From 8da57b59f171766883617c1be6c745fdbb86d030 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 11 Nov 2017 10:11:56 -0800 Subject: Travis: don't do a redundant upload to transfer.sh uploadtool already takes care of that. Reported-by: Simon Peter Signed-off-by: Dirk Hohndel --- scripts/linux/travisbuild.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/linux') diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh index c1b89bcd4..9f8fd5df4 100644 --- a/scripts/linux/travisbuild.sh +++ b/scripts/linux/travisbuild.sh @@ -42,7 +42,3 @@ export VERSION=$(cd subsurface/ ; git rev-parse --short HEAD) # linuxdeployqt us ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -qmldir=./subsurface/map-widget/ -verbose=2 find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq -# this shouldn't be in the build, but hey, this ensures that we can always -# get to the artifact -curl --upload-file ./Subsurface*.AppImage https://transfer.sh/Subsurface-$VERSION-x86_64.AppImage - -- cgit v1.2.3-70-g09d2