Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Commit 2cb1ef4

Browse files
committed
trying to fix Circle CI builds
1 parent 59ab3b9 commit 2cb1ef4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ machine:
22
java:
33
version: oraclejdk8
44

5+
dependencies:
6+
pre:
7+
- echo y | android update sdk --no-ui --all --filter "tools,android-24,build-tools-24.0.0,platform-tools,extra-android-m2repository,extra-google-m2repository"
8+
59
test:
610
post:
711
- cp -r build/test-results/test/* $CIRCLE_TEST_REPORTS

0 commit comments

Comments
 (0)