Switch travis Xcode to DEBUG scheme

This commit is contained in:
Martin Hrubý (hrubymar10) 2018-05-21 14:23:16 +02:00
parent 115f45cae9
commit 787bf47225
No known key found for this signature in database
GPG key ID: 3042E73421447651

View file

@ -11,7 +11,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
export CCACHE_MAXSIZE=2G
export CCACHE_COMPILERCHECK=content
xcodebuild -project Wesnoth.xcodeproj -target Wesnoth
xcodebuild -project Wesnoth.xcodeproj -target Wesnoth -configuration Debug
BUILD_RET=$?