Skip to content

Commit

Permalink
Upload VS pdb files for the Debug configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Mar 2, 2020
1 parent 2119951 commit b100ceb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/travis/steps/script.sh
Expand Up @@ -25,6 +25,9 @@ elif [ "$TRAVIS_OS_NAME" = "windows" ]; then

if [ "$UPLOAD_ID" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
./utils/travis/sftp wesnoth.exe wesnothd.exe
if [ "$CFG" == "Debug" ]; then
./utils/travis/sftp wesnoth.pdb wesnothd.pdb
fi
fi

if [ "$BUILD_RET" != "0" ]; then
Expand Down

0 comments on commit b100ceb

Please sign in to comment.