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

Commit 2b1f83e

Browse files
authored
Merge pull request #134 from 3lvis/update-circle-ci
Update CircleCI
2 parents f7b26fc + 1fc57ec commit 2b1f83e

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
jobs:
3+
build-and-test:
4+
macos:
5+
xcode: "10.2.0"
6+
shell: /bin/bash --login -o pipefail
7+
steps:
8+
- checkout
9+
- run: xcodebuild -project Demo.xcodeproj -scheme "iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=12.2,name=iPhone X' build | xcpretty
10+
- run: xcodebuild -project Demo.xcodeproj -scheme "tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12.2' build | xcpretty
11+
12+
workflows:
13+
version: 2
14+
build-and-test:
15+
jobs:
16+
- build-and-test

circle.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)