Skip to content

Commit ef5de27

Browse files
committed
Add circle.yml
1 parent 9f98bb0 commit ef5de27

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

circle.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
machine:
2+
xcode:
3+
version: "6.3.1"
4+
5+
test:
6+
override:
7+
- xctool
8+
-reporter pretty
9+
-reporter junit:$CIRCLE_TEST_REPORTS/xcode/results.xml
10+
-reporter plain:$CIRCLE_ARTIFACTS/xctool.log
11+
CODE_SIGNING_REQUIRED=NO
12+
CODE_SIGN_IDENTITY=
13+
PROVISIONING_PROFILE=
14+
-scheme "SwiftState-OSX"
15+
build build-tests run-tests

0 commit comments

Comments
 (0)