Skip to content

Commit

Permalink
Disable code signing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Aug 20, 2019
1 parent 926111d commit 1f5b604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case $(uname -s) in
Darwin)
cd $(dirname $0)/..
./scripts/mac/make-mac.sh | xcpretty
xcodebuild -project beidmw.xcodeproj -target testsuite -configuration Release | xcpretty
xcodebuild -project beidmw.xcodeproj -target testsuite -configuration Release CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO | xcpretty
./scripts/mac/make-viewer.sh | xcpretty
cd Release
DYLD_LIBRARY_PATH=$(pwd) ./testsuite
Expand Down

0 comments on commit 1f5b604

Please sign in to comment.