Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #134 from 3lvis/update-circle-ci
Browse files Browse the repository at this point in the history
Update CircleCI
  • Loading branch information
3lvis authored Apr 17, 2019
2 parents f7b26fc + 1fc57ec commit 2b1f83e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
jobs:
build-and-test:
macos:
xcode: "10.2.0"
shell: /bin/bash --login -o pipefail
steps:
- checkout
- run: xcodebuild -project Demo.xcodeproj -scheme "iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=12.2,name=iPhone X' build | xcpretty
- run: xcodebuild -project Demo.xcodeproj -scheme "tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12.2' build | xcpretty

workflows:
version: 2
build-and-test:
jobs:
- build-and-test
3 changes: 0 additions & 3 deletions circle.yml

This file was deleted.

0 comments on commit 2b1f83e

Please sign in to comment.