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

Commit

Permalink
System: update circle yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Aug 29, 2018
1 parent bce8791 commit 1d9628c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ test:
# run tests against the emulator.
- ./gradlew check
# copy the test results to the test results directory.
- cp -r library/build/reports/* $CIRCLE_TEST_REPORTS
- cp -r dnssd/build/reports/* $CIRCLE_TEST_REPORTS
# copy the test results to the test results directory.
- cp -r rxdnssd/build/reports/* $CIRCLE_TEST_REPORT
- cp -r rxdnssd/build/reports/* $CIRCLE_TEST_REPORT
# copy the test results to the test results directory.
- cp -r rx2dnssd/build/reports/* $CIRCLE_TEST_REPORT

0 comments on commit 1d9628c

Please sign in to comment.