Skip to content

Commit a796912

Browse files
committed
Circleci config
1 parent f6739f9 commit a796912

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

circle.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
machine:
2+
environment:
3+
ANDROID_HOME: /usr/local/android-sdk-linux
4+
5+
dependencies:
6+
pre:
7+
- echo y | android update sdk --no-ui --all --filter "android-21,build-tools-21.1.1"
8+
9+
override:
10+
- ./gradlew dependencies
11+
12+
test:
13+
override:
14+
- ./gradlew build

0 commit comments

Comments
 (0)