Skip to content

Commit

Permalink
Adjust ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 24, 2016
1 parent 81e0de1 commit b390d67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ machine:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'

dependencies:
cache_directories:
- /usr/local/android-sdk-linux
pre:
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
- echo y | android update sdk --no-ui --all --filter "extra-google-m2repository"
- echo y | android update sdk --no-ui --all --filter "extra-android-support"
- echo y | android update sdk --no-ui --all --filter "android-25"
- echo y | android update sdk --no-ui --all --filter "build-tools-25.0.0"
- echo y | android update sdk --no-ui --all --filter "tools"
- echo y | android update sdk --no-ui --all --filter "platform-tools"
override:
- ./gradlew dependencies -Dorg.gradle.daemon=false --console=plain
Expand Down

0 comments on commit b390d67

Please sign in to comment.