8 lines
213 B
YAML
8 lines
213 B
YAML
language: objective-c
|
|
osx_image: xcode61
|
|
before_install:
|
|
- gem install cocoapods
|
|
- gem install xcpretty
|
|
script: xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c; exit ${PIPESTATUS[0]}
|
|
|