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

Commit

Permalink
Update CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Apr 17, 2019
1 parent 1a0b61e commit 1fc57ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
shell: /bin/bash --login -o pipefail
steps:
- checkout
- run: xcodebuild -project Demo.xcodeproj -scheme "iOSTests" -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=12.2,name=iPhone X' test | xcpretty
- run: xcodebuild -project Demo.xcodeproj -scheme "tvOSTests" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12.2' test | xcpretty
- 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
Expand Down

0 comments on commit 1fc57ec

Please sign in to comment.