Skip to content

Commit

Permalink
build/bot: remove xctool invocation in macos build script (ethereum#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl authored and sadoci committed Jan 27, 2023
1 parent 4f00d95 commit f0619ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/bot/macos-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -e -x

# -- Check XCode version
xcodebuild -version
# xcrun simctl list

# -- Build for macOS and upload to Azure
go run build/ci.go install -dlgo
go run build/ci.go archive -type tar # -signer OSX_SIGNING_KEY -upload gethstore/builds
Expand All @@ -14,9 +18,5 @@ go run build/ci.go archive -type tar # -signer OSX_SIGNING_KEY -upload gethstore
# git clone --depth=1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
# pod setup --verbose

# -- Check XCode version
xctool -version
xcrun simctl list

# # -- Build for iOS and upload to Azure
# go run build/ci.go xcode -signer IOS_SIGNING_KEY -upload gethstore/builds

0 comments on commit f0619ab

Please sign in to comment.