Skip to content

Commit

Permalink
gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
apla committed Apr 26, 2017
1 parent b69e243 commit a343d5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ machine:
PATH: $PATH:$HOME/$CIRCLE_PROJECT_REPONAME/node_modules/.bin

dependencies:
cache_directories:
- ~/.android
- ~/android
- ~/.gradle
override:
- npm install
- cordova create app-preferences-app
Expand All @@ -25,6 +29,8 @@ dependencies:
pwd: app-preferences-app
- cordova plugin add cordova-plugin-device:
pwd: app-preferences-app
- cordova -d prepare:
pwd: app-preferences-app
- cordova -d build --debug --emulator android:
pwd: app-preferences-app
pre:
Expand Down

0 comments on commit a343d5d

Please sign in to comment.