Upload VS pdb files for the Debug configuration.

This commit is contained in:
Pentarctagon 2020-03-01 14:19:06 -06:00 committed by Pentarctagon
parent 21199519c9
commit b100cebd4b

View file

@ -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