Skip to content

Commit

Permalink
Add the test-results and reports as build artifacts for circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Jul 30, 2017
1 parent 77f9d3d commit a489e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
general:
artifacts:
- app/build/outputs/apk
- app/build/test-results
- app/build/reports
machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx4048m -XX:+HeapDumpOnOutOfMemoryError"'
Expand Down Expand Up @@ -30,5 +32,3 @@ test:
override:
- ./gradlew test connectedAndroidTest:
timeout: 720
- cp -r audiobook/build/outputs $CIRCLE_ARTIFACTS
- cp -r audiobook/build/test-results/* $CIRCLE_TEST_REPORTS

0 comments on commit a489e62

Please sign in to comment.