mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
MXE: experiment with creating a RelWithDebInfo build
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
fd2e24d145
commit
7552690afa
2 changed files with 12 additions and 3 deletions
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue