Skip to content

Commit

Permalink
Switch to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hersh committed Mar 26, 2015
1 parent d4e7fc4 commit f7613bb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .slather.yml
@@ -0,0 +1,5 @@
ci_service: circleci
coverage_service: coveralls
xcodeproj: Example/SSOperationsExample.xcodeproj
source_directory: SSOperations
ci_access_token: bxxVqw9yfwf5ZaEuflLEH4R0V80ZsYQaQ
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
SSOperations
=============

[![Build Status](https://travis-ci.org/splinesoft/SSOperations.png?branch=master)](https://travis-ci.org/splinesoft/SSOperations)
[![Circle CI](https://circleci.com/gh/splinesoft/SSOperations.svg?style=svg&circle-token=d07be6d02465871a05a2d5ca5fa38cb5137c1838)](https://circleci.com/gh/splinesoft/SSOperations) [![Coverage Status](https://coveralls.io/repos/splinesoft/SSOperations/badge.svg)](https://coveralls.io/r/splinesoft/SSOperations)

Handy `NSOperationQueue` and `NSBlockOperation` helpers.

Expand Down
20 changes: 20 additions & 0 deletions circle.yml
@@ -0,0 +1,20 @@
machine:
environment:
LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
dependencies:
pre:
- xcrun instruments -w "iPhone 6 (8.1 Simulator)" || exit 0
override:
- sudo gem install cocoapods xcpretty obcd slather -N
- pod install --project-directory=Example
test:
override:
- set -o pipefail && xcodebuild -workspace Example/SSOperationsExample.xcworkspace -scheme SSOperationsExample
-sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6"
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c
--report junit --output ${CIRCLE_TEST_REPORTS}/junit.xml
- pod lib lint --quick
- obcd --path SSOperations find HeaderStyle
post:
- slather

0 comments on commit f7613bb

Please sign in to comment.