mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Switch travis Xcode to DEBUG scheme
(cherry-picked from commit dee670d2b5882c50464423b503477b0ae7593057)
This commit is contained in:
parent
9f2919fa4b
commit
e6e8e20551
@ -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…
x
Reference in New Issue
Block a user