-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcircle.yml
More file actions
27 lines (25 loc) · 713 Bytes
/
circle.yml
File metadata and controls
27 lines (25 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
general:
branches:
ignore:
- gh-pages
- assets
machine:
xcode:
version: "8.0"
test:
override:
- set -o pipefail &&
xcodebuild
-workspace Manuscript.xcworkspace/
-scheme Manuscript-iOS
-sdk iphonesimulator10.0
-destination 'platform=iOS Simulator,OS=10.0,name=iPhone 7'
clean test
ONLY_ACTIVE_ARCH=NO
TEST_AFTER_BUILD=YES
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES
GCC_GENERATE_TEST_COVERAGE_FILES=YES |
tee $CIRCLE_ARTIFACTS/xcode_raw_ios.log |
xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/ios-results.xml
post:
- bash <(curl -s https://codecov.io/bash) -J Manuscript