Switch travis Xcode to DEBUG scheme
This commit is contained in:
parent
6bfc5623e7
commit
dee670d2b5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|||
export CCACHE_MAXSIZE=200M
|
||||
export CCACHE_COMPILERCHECK=content
|
||||
|
||||
xcodebuild GCC_GENERATE_DEBUGGING_SYMBOLS=NO -project Wesnoth.xcodeproj -target Wesnoth
|
||||
xcodebuild GCC_GENERATE_DEBUGGING_SYMBOLS=NO -project Wesnoth.xcodeproj -target Wesnoth -configuration Debug
|
||||
|
||||
BUILD_RET=$?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue