diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-11 10:11:56 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-11 14:00:25 -0800 |
commit | 8da57b59f171766883617c1be6c745fdbb86d030 (patch) | |
tree | 984fac2c4dde3b201fe2bcef675f17907ee717af | |
parent | efabf0a55cfe8be542fc9c694721d32ecd86583c (diff) | |
download | subsurface-8da57b59f171766883617c1be6c745fdbb86d030.tar.gz |
Travis: don't do a redundant upload to transfer.sh
uploadtool already takes care of that.
Reported-by: Simon Peter <probono@puredarwin.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | scripts/linux/travisbuild.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 - |