Skip to content

Commit

Permalink
Switch travis Xcode to DEBUG scheme
Browse files Browse the repository at this point in the history
(cherry-picked from commit dee670d)
  • Loading branch information
hrubymar10 committed Oct 7, 2018
1 parent 9f2919f commit e6e8e20
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 e6e8e20

Please sign in to comment.