-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcircle.yml
More file actions
18 lines (15 loc) · 711 Bytes
/
circle.yml
File metadata and controls
18 lines (15 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
machine:
environment:
JAVA_OPTS: -Xmx1G
java:
version: oraclejdk8
dependencies:
pre:
- echo "sdk.dir=$ANDROID_HOME" > local.properties
- echo "java8.home.dir=$JAVA_HOME" >> local.properties
- echo y | android update sdk --no-ui --all --filter tools
- echo y | android update sdk --no-ui --all --filter build-tools-23.0.2
# - echo y | android update sdk --no-ui --all --filter android-23
# - echo y | android update sdk --no-ui --all --filter platform-tools
# - echo y | android update sdk --no-ui --all --filter extra-android-support
# - echo y | android update sdk --no-ui --all --filter extra-android-m2repository