Skip to content

Commit

Permalink
Add Artifacts to Circle-CI
Browse files Browse the repository at this point in the history
Add artifact handling to the circle-ci yaml
  • Loading branch information
bret-fears committed Feb 27, 2017
1 parent 1f18b0d commit cf98302
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ dependencies:
cache_directories:
- /usr/local/android-sdk-linux/platforms/android-25
- /usr/local/android-sdk-linux/build-tools/25.0.2
- /usr/local/android-sdk-linux/extras/android/m2repository
- /usr/local/android-sdk-linux/extras/android/m2repository

general:
artifacts:
- lib/build/outputs/aar

0 comments on commit cf98302

Please sign in to comment.