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