Skip to content

Commit e5b6535

Browse files
add circleci dependencies
1 parent 3151956 commit e5b6535

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

circle.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
dependencies:
2+
pre:
3+
# Android SDK Platform 25
4+
- if [ ! -d "/usr/local/android-sdk-linux/platforms/android-25" ]; then echo y | android update sdk --no-ui --all --filter "android-25"; fi
5+
6+
# Android SDK Build-tools, revision 25.0.1
7+
- if [ ! -d "/usr/local/android-sdk-linux/build-tools/25.0.1" ]; then echo y | android update sdk --no-ui --all --filter "build-tools-25.0.1"; fi
8+
9+
cache_directories:
10+
- /usr/local/android-sdk-linux/platforms/android-25
11+
- /usr/local/android-sdk-linux/build-tools/25.0.1

0 commit comments

Comments
 (0)