Skip to content

Commit

Permalink
Disable macOS code signing.
Browse files Browse the repository at this point in the history
The Release configuration defaults to requiring it.
  • Loading branch information
Pentarctagon committed Feb 20, 2020
1 parent 5983105 commit dbe2eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/travis/steps/script.sh
Expand Up @@ -12,7 +12,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 "$OPT"
xcodebuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration "$OPT"

BUILD_RET=$?

Expand Down

0 comments on commit dbe2eea

Please sign in to comment.