Skip to content

Commit 2ac219c

Browse files
committed
store output to designated circle paths
1 parent 348d445 commit 2ac219c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: circle.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ dependencies:
1111

1212
test:
1313
override:
14-
- rake test
15-
- rake lint
14+
- set -o pipefail && xcodebuild -workspace StencilSwiftKit.xcworkspace -scheme Tests test-without-building | tee $CIRCLE_ARTIFACTS/xcode_raw.log | xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results.xml
15+
post:
16+
- pod lib lint StencilSwiftKit.podspec --quick

0 commit comments

Comments
 (0)