Skip to content

Commit

Permalink
Store more artifacts after build in Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Jan 7, 2018
1 parent bc17e1a commit d971aee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,13 @@ jobs:
- run:
name: Build and check
command: ./gradlew testDebug jacocoTestReport coveralls checkstyle pmd jdepend lintDebug buildDashboard crashlyticsUploadDistributionDebug -PpreDexEnable=false -PversionCode=$CIRCLE_BUILD_NUM -PfabricApiKey=$FABRIC_API_KEY -PfabricApiSecret=$FABRIC_API_SECRET
- store_artifacts:
path: app/build/outputs
destination: outputs
- store_artifacts:
path: app/build/reports
destination: reports
- store_test_results:
path: app/build/test-results
- store_test_results:
path: app/build/outputs/androidTest-results/*

0 comments on commit d971aee

Please sign in to comment.