diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-11-14 01:07:17 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-13 20:43:35 -0800 |
commit | 7552690afa9c396cb833070e1b5b53c53c15d9f2 (patch) | |
tree | fa4b2347aece0885c6b2af171f929c6216d7ef67 /scripts | |
parent | fd2e24d145500a70c6612a612b3397ee1898900b (diff) | |
download | subsurface-7552690afa9c396cb833070e1b5b53c53c15d9f2.tar.gz |
MXE: experiment with creating a RelWithDebInfo build
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/windows/after_success.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh index 9fd38c475..e0927eeb9 100644 --- a/scripts/windows/after_success.sh +++ b/scripts/windows/after_success.sh @@ -7,9 +7,9 @@ fi cd ${TRAVIS_BUILD_DIR}/../win32/subsurface echo "Submitting the folloing Windows installer for continuous build release:" -find . -name subsurface\*.exe +find . -name subsurface\*.exe* # get and run the upload script wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh -bash ./upload.sh subsurface*.exe +bash ./upload.sh subsurface*.exe* |