Skip to content

Commit

Permalink
Updating circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sargent committed Dec 3, 2015
1 parent 6779509 commit 379a0ef
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
machine:
xcode:
version: "7.0"
version: "7.1"
test:
override:
- xctool
-reporter pretty
-reporter junit:$CIRCLE_TEST_REPORTS/xcode/results.xml
-reporter plain:$CIRCLE_ARTIFACTS/xctool.log
-destination 'platform=iOS Simulator,name=iPhone 6,OS=latest'
-sdk iphonesimulator
-workspace Example/LKAlertController.xcworkspace
-scheme "LKAlertController-Example"
build build-tests run-tests analyze
- set -o pipefail &&
xcodebuild
CODE_SIGNING_REQUIRED=NO
CODE_SIGN_IDENTITY=
PROVISIONING_PROFILE=
-sdk iphonesimulator
-destination 'platform=iOS Simulator,name=iPhone6,OS=latest'
-workspace Example/LKAlertController.xcworkspace
-scheme "LKAlertController-Example"
test |
tee $CIRCLE_ARTIFACTS/xcode_raw.log |
xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results.xml
- pod lib lint

0 comments on commit 379a0ef

Please sign in to comment.