Skip to content

Commit

Permalink
[Travis CI] Explicitly disable code signing and base entitlement inje…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
past-due committed Feb 25, 2020
1 parent 10879d5 commit d428901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macosx/BuildBot/travis_cmake_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ if [ "${TRAVIS_REPO_SLUG}" == "Warzone2100/warzone2100" ]; then
# Building from main repo - set distributor
WZ_DISTRIBUTOR="wz2100.net"
fi
echo "cmake -DVCPKG_BUILD_TYPE=release -DWZ_DISTRIBUTOR:STRING=\"${WZ_DISTRIBUTOR}\" -P ../configure_mac.cmake"
cmake -DVCPKG_BUILD_TYPE=release -DWZ_DISTRIBUTOR:STRING="${WZ_DISTRIBUTOR}" -P ../configure_mac.cmake
echo "cmake -DVCPKG_BUILD_TYPE=release -DWZ_DISTRIBUTOR:STRING=\"${WZ_DISTRIBUTOR}\" -DADDITIONAL_CMAKE_ARGUMENTS=\"-DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY=\\\"\\\";-DCODE_SIGN_INJECT_BASE_ENTITLEMENTS=NO\" -P ../configure_mac.cmake"
cmake -DVCPKG_BUILD_TYPE=release -DWZ_DISTRIBUTOR:STRING="${WZ_DISTRIBUTOR}" -DADDITIONAL_CMAKE_ARGUMENTS="-DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY=\"\";-DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_INJECT_BASE_ENTITLEMENTS=NO" -P ../configure_mac.cmake
result=${?}
echo "travis_fold:end:wz.configure.mac"
if [ $result -ne 0 ]; then
Expand Down

0 comments on commit d428901

Please sign in to comment.