aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/windows/after_success.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-07 13:58:46 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-07 14:00:45 -0700
commit9dac90c6bfe6e15f054602ada793fc83bdcb5fd8 (patch)
tree387f4c503ba69059a1afce49bd0928ba59fb6298 /scripts/windows/after_success.sh
parentc330659df69bc35f0b57e05d9c4b2e0a1873849b (diff)
downloadsubsurface-9dac90c6bfe6e15f054602ada793fc83bdcb5fd8.tar.gz
Travis: don't upload the MXE Subsurface binaries
More specifically, don't upload them from the old Windows build - we just keep that one around for the smtk2ssrf binaries. The Subsurface binaries are now created in the container based Windows build. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/windows/after_success.sh')
-rw-r--r--scripts/windows/after_success.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh
index 64738c126..b84100be7 100644
--- a/scripts/windows/after_success.sh
+++ b/scripts/windows/after_success.sh
@@ -12,10 +12,10 @@ find . -name subsurface\*.exe*
# set up the release message to use
source ${TRAVIS_BUILD_DIR}/scripts/release-message.sh
-# get and run the upload script
+# get the upload script
wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh
-bash ./upload.sh subsurface*.exe*
-# upload smtk2ssrf
+# don't upload the Subsurface build (we get that from the container based
+# Windows build, just upload smtk2ssrf
cd ${TRAVIS_BUILD_DIR}/../win32/smtk-import
bash ../subsurface/upload.sh smtk2ssrf*.exe*