Skip to content

Commit

Permalink
Switch travis Xcode to DEBUG scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
hrubymar10 committed May 21, 2018
1 parent 6bfc562 commit dee670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/travis/steps/script.sh
Expand Up @@ -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=$?

Expand Down

0 comments on commit dee670d

Please sign in to comment.