We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cab5e1 commit 04b6c56Copy full SHA for 04b6c56
build/bot/macos-build.sh
@@ -2,6 +2,10 @@
2
3
set -e -x
4
5
+# -- Check XCode version
6
+xcodebuild -version
7
+# xcrun simctl list
8
+
9
# -- Build for macOS and upload to Azure
10
go run build/ci.go install -dlgo
11
go run build/ci.go archive -type tar # -signer OSX_SIGNING_KEY -upload gethstore/builds
@@ -14,9 +18,5 @@ go run build/ci.go archive -type tar # -signer OSX_SIGNING_KEY -upload gethstore
14
18
# git clone --depth=1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
15
19
# pod setup --verbose
16
20
17
-# -- Check XCode version
-xctool -version
-xcrun simctl list
-
21
# # -- Build for iOS and upload to Azure
22
# go run build/ci.go xcode -signer IOS_SIGNING_KEY -upload gethstore/builds
0 commit comments