Skip to content

Instantly share code, notes, and snippets.

@luismachado
Created April 2, 2018 09:39
Show Gist options
  • Save luismachado/c30d776e04b2fa9ded128622d8b93fc9 to your computer and use it in GitHub Desktop.
Save luismachado/c30d776e04b2fa9ded128622d8b93fc9 to your computer and use it in GitHub Desktop.
# iOS CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/ios-migrating-from-1-2/ for more details.
#
version: 1
jobs:
test:
macos:
xcode: "9.2.0"
steps:
- checkout
- run:
name: Update Dependencies
command: ./Scripts/update_dependencies.sh
- run:
name: Test
command: ./Scripts/test_and_coverage.sh
workflows:
version: 1
build-and-test:
jobs:
- test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment