Last active
April 18, 2019 13:21
-
-
Save lokst/3985c1d7610afde9f8a75b79a36496ed to your computer and use it in GitHub Desktop.
Revisions
-
lokst revised this gist
Apr 9, 2019 . No changes.There are no files selected for viewing
-
lokst revised this gist
Apr 9, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ jobs: xcode: "10.2.0" steps: - run: name: Update Xcode to latest 10.2 version command: | # Requires setting the XCODE_INSTALL_USER and XCODE_INSTALL_PASSWORD # environment variables -
lokst revised this gist
Apr 9, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,9 @@ jobs: - run: name: Update xcode to latest 10.2 version command: | # Requires setting the XCODE_INSTALL_USER and XCODE_INSTALL_PASSWORD # environment variables # See: https://github.com/xcpretty/xcode-install#usage xcodebuild -version sudo gem install xcode-install xcversion uninstall 10.2 -
lokst revised this gist
Apr 9, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,7 @@ jobs: xcversion update xcversion install 10.2 xcodebuild -version # Expect this to take at least 20 minutes no_output_timeout: 60m workflows: version: 2 -
lokst revised this gist
Apr 9, 2019 . No changes.There are no files selected for viewing
-
lokst created this gist
Apr 9, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ version: 2 jobs: build: macos: xcode: "10.2.0" steps: - run: name: Update xcode to latest 10.2 version command: | xcodebuild -version sudo gem install xcode-install xcversion uninstall 10.2 xcversion update xcversion install 10.2 xcodebuild -version no_output_timeout: 60m workflows: version: 2 build-and-deploy: jobs: - build