Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/bot: remove xctool invocation in macos build script #24918

Merged
merged 1 commit into from
May 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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