From 9dac90c6bfe6e15f054602ada793fc83bdcb5fd8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 7 Oct 2018 13:58:46 -0700 Subject: 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 --- scripts/windows/after_success.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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* -- cgit v1.2.3-70-g09d2