mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
c330659df6
commit
9dac90c6bf
1 changed files with 3 additions and 3 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue