Skip to content

Commit 3f4696e

Browse files
authored
Merge pull request #427 from AltBeacon/circle-ci
add circle.yml for circle ci
2 parents f39eeae + b3db207 commit 3f4696e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

circle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
machine:
2+
java:
3+
version: openjdk8
4+
dependencies:
5+
pre:
6+
- echo y | android update sdk --no-ui --all --filter "tools,android-24,build-tools-24.0.2,platform-tools,extra-android-m2repository,extra-google-m2repository"
7+

0 commit comments

Comments
 (0)