Skip to content

Commit

Permalink
Adding circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sargent committed Feb 10, 2016
1 parent c29b955 commit f12e280
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
machine:
xcode:
version: "7.2"

test:
override:
- set -o pipefail &&
xcodebuild
CODE_SIGNING_REQUIRED=NO
CODE_SIGN_IDENTITY=
PROVISIONING_PROFILE=
-sdk iphonesimulator
-destination 'platform=iOS Simulator,name=iPhone 6,OS=latest'
-workspace Example/LKAPI.xcworkspace
-scheme "LKAPI-Example"
test |
tee $CIRCLE_ARTIFACTS/xcode_raw.log |
xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results.xml
- pod lib lint --private

0 comments on commit f12e280

Please sign in to comment.