Skip to content

Commit

Permalink
CircleCI version 2 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis authored Jul 20, 2018
1 parent d495a45 commit 4bfd400
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
jobs:
build-and-test:
macos:
xcode: "9.4.1"
shell: /bin/bash --login -o pipefail
steps:
- checkout
- run: xcodebuild -project Demo.xcodeproj -scheme "macOSTests" -sdk macosx test | xcpretty
- run: xcodebuild -project Demo.xcodeproj -scheme "iOSTests" -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=11.4,name=iPhone X' test | xcpretty
- run: xcodebuild -project Demo.xcodeproj -scheme "tvOSTests" -destination 'platform=tvOS Simulator,name=Apple TV,OS=11.4' test | 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 4bfd400

Please sign in to comment.