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

Commit

Permalink
Fix circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke Kobayashi committed Jan 27, 2017
1 parent bba6418 commit 4e04816
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ machine:

dependencies:
pre:
- (while :; do echo 'y'; sleep 10; done) | android update sdk --no-ui --all --filter "tools,platform-tools,extra-android-support,extra-android-m2repository"
- (while :; do echo 'y'; sleep 10; done) | android update sdk --no-ui --all --filter "build-tools-23.0.3"
- mkdir $ANDROID_HOME/licenses
- echo "8933bad161af4178b1185d1a37fbf41ea5269c55" >> $ANDROID_HOME/licenses/android-sdk-license
# Disable daemon
- mkdir -p ~/.gradle && echo "org.gradle.daemon=false" >> ~/.gradle/gradle.properties

override:
- ./gradlew dependencies
test:
override:
- ./gradlew test

0 comments on commit 4e04816

Please sign in to comment.