Skip to content

Commit

Permalink
CI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jhersh committed May 5, 2015
1 parent 70e49cb commit b85552a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ machine:
LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
xcode:
version: "6.2"
version: "6.3.1"
dependencies:
pre:
- xcrun instruments -w "iPhone 6 (8.2 Simulator)" || exit 0
- xcrun instruments -w "iPhone 6 (8.3 Simulator)" || exit 0
override:
- bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4
- bundle exec pod install --project-directory=Example
test:
override:
- set -o pipefail && bundle exec xcodebuild -workspace Example/ExampleSSDataSources.xcworkspace
- set -o pipefail && xcodebuild -workspace Example/ExampleSSDataSources.xcworkspace
-scheme ExampleSSDataSources -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6"
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c
--report junit --output ${CIRCLE_TEST_REPORTS}/junit.xml
Expand Down

0 comments on commit b85552a

Please sign in to comment.