Skip to content

Instantly share code, notes, and snippets.

@lokst
Last active April 18, 2019 13:21
Show Gist options
  • Save lokst/3985c1d7610afde9f8a75b79a36496ed to your computer and use it in GitHub Desktop.
Save lokst/3985c1d7610afde9f8a75b79a36496ed to your computer and use it in GitHub Desktop.

Revisions

  1. lokst revised this gist Apr 9, 2019. No changes.
  2. lokst revised this gist Apr 9, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion config.yml
    Original 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
    name: Update Xcode to latest 10.2 version
    command: |
    # Requires setting the XCODE_INSTALL_USER and XCODE_INSTALL_PASSWORD
    # environment variables
  3. lokst revised this gist Apr 9, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions config.yml
    Original 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
  4. lokst revised this gist Apr 9, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions config.yml
    Original 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
  5. lokst revised this gist Apr 9, 2019. No changes.
  6. lokst created this gist Apr 9, 2019.
    21 changes: 21 additions & 0 deletions config.yml
    Original 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