Disable macOS code signing.
The Release configuration defaults to requiring it.
This commit is contained in:
parent
598310579c
commit
dbe2eeabde
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
export CCACHE_MAXSIZE=500M
|
export CCACHE_MAXSIZE=500M
|
||||||
export CCACHE_COMPILERCHECK=content
|
export CCACHE_COMPILERCHECK=content
|
||||||
|
|
||||||
xcodebuild GCC_GENERATE_DEBUGGING_SYMBOLS=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration "$OPT"
|
xcodebuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration "$OPT"
|
||||||
|
|
||||||
BUILD_RET=$?
|
BUILD_RET=$?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue