Switch to running Release and Debug xcode jobs on macOS.
This commit is contained in:
parent
082e209552
commit
abd7aed0f9
2 changed files with 3 additions and 3 deletions
|
@ -29,11 +29,11 @@ matrix:
|
|||
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: TOOL=scons CXXSTD=14 NLS=false BRANCH=master OPT=-O0
|
||||
env: TOOL=xcodebuild OPT=Debug NLS=true BRANCH=master
|
||||
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: TOOL=xcodebuild BRANCH=master
|
||||
env: TOOL=xcodebuild OPT=Release NLS=true BRANCH=master
|
||||
|
||||
- compiler: gcc
|
||||
env: CXXSTD=14 NLS=only LTS=1604 BRANCH=master
|
||||
|
|
|
@ -11,7 +11,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|||
export CCACHE_MAXSIZE=500M
|
||||
export CCACHE_COMPILERCHECK=content
|
||||
|
||||
xcodebuild GCC_GENERATE_DEBUGGING_SYMBOLS=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration Debug
|
||||
xcodebuild GCC_GENERATE_DEBUGGING_SYMBOLS=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration "$OPT"
|
||||
|
||||
BUILD_RET=$?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue