Skip to content

Commit b7eb1b3

Browse files
committed
Add circle.yml
1 parent df8f5a3 commit b7eb1b3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

circle.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
machine:
2+
xcode:
3+
version: "9.0"
4+
5+
dependencies:
6+
override:
7+
- bin/bootstrap-if-needed
8+
cache_directories:
9+
- "Carthage"
10+
11+
test:
12+
override:
13+
- set -o pipefail && xcodebuild -project OhMyAuth.xcodeproj -scheme "OhMyAuth-Mac" -sdk macosx clean build
14+
- set -o pipefail && xcodebuild -project OhMyAuth.xcodeproj -scheme "OhMyAuth-Mac" -sdk macosx -enableCodeCoverage YES test
15+
- set -o pipefail && xcodebuild -project OhMyAuth.xcodeproj -scheme "OhMyAuth-iOS" -sdk iphonesimulator clean build
16+
- set -o pipefail && xcodebuild -project OhMyAuth.xcodeproj -scheme "OhMyAuth-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.0.1' -enableCodeCoverage YES test

0 commit comments

Comments
 (0)