Upload VS pdb files for the Debug configuration.
This commit is contained in:
parent
21199519c9
commit
b100cebd4b
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ elif [ "$TRAVIS_OS_NAME" = "windows" ]; then
|
||||||
|
|
||||||
if [ "$UPLOAD_ID" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
if [ "$UPLOAD_ID" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||||
./utils/travis/sftp wesnoth.exe wesnothd.exe
|
./utils/travis/sftp wesnoth.exe wesnothd.exe
|
||||||
|
if [ "$CFG" == "Debug" ]; then
|
||||||
|
./utils/travis/sftp wesnoth.pdb wesnothd.pdb
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$BUILD_RET" != "0" ]; then
|
if [ "$BUILD_RET" != "0" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue