Files
swiftpm-stencil/circle.yml
2015-06-29 16:11:54 -07:00

9 lines
221 B
YAML

machine:
xcode:
version: "6.3.1"
test:
override:
- set -o pipefail && xcodebuild -workspace Stencil.xcworkspace -scheme Stencil test | tee $CIRCLE_ARTIFACTS/xcode_raw_ios.log | xcpretty -c
- pod lib lint