Permalink
Cannot retrieve contributors at this time
machine: | |
environment: | |
LANG: en_US.UTF-8 | |
LC_CTYPE: en_US.UTF-8 | |
xcode: | |
version: "6.3.1" | |
dependencies: | |
pre: | |
- xcrun instruments -w "iPhone 6 (8.3 Simulator)" || exit 0 | |
override: | |
- sudo gem install cocoapods xcpretty obcd -N | |
- pod install --project-directory=Example | |
test: | |
override: | |
- set -o pipefail && xcodebuild -workspace Example/SPLUserActivityExample.xcworkspace -scheme | |
SPLUserActivityExample -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 | |
- pod lib lint --quick | |
- obcd --path SPLUserActivity find HeaderStyle | |
deployment: | |
codecov: | |
branch: /.*/ | |
commands: | |
- bash <(curl -s https://codecov.io/bash) |