Switch to Circle CI
This commit is contained in:
8
circle.yml
Normal file
8
circle.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user