Skip to content

Commit

Permalink
set up for circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkawa committed Feb 17, 2015
1 parent 3b1ea6d commit 6003c3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
set -o pipefail && xcodebuild test -scheme ls2xs | xcpretty -c -r junit -o build/test-report.xml
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
machine:
environment:
LC_CTYPE: en_US.UTF-8

dependencies:
override:
- sudo gem install xcpretty

test:
override:
- make test && cp build/test-report.xml $CIRCLE_TEST_REPORTS

0 comments on commit 6003c3c

Please sign in to comment.