Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
updated circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Jul 23, 2015
1 parent 86843d6 commit 832568a
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
Expand Up @@ -20,10 +20,10 @@ test:
#- (./gradlew connectedAndroidTest)

# copy the build outputs to artifacts
- cp -r secure-preferences/build/outputs $CIRCLE_ARTIFACTS
- cp -r /home/ubuntu/secure-preferences/library/build/outputs $CIRCLE_ARTIFACTS

# copy the test results to the test results directory.
- cp -r secure-preferences/build/outputs/androidTest-results/* $CIRCLE_TEST_REPORTS
- cp -r /home/ubuntu/secure-preferences/library/build/reports/androidTests/* $CIRCLE_TEST_REPORTS

# - (./gradlew assembleDebug):
# timeout: 1200
Expand Down

0 comments on commit 832568a

Please sign in to comment.