This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Original file line number Diff line number Diff line change 11language : android
2- jdk : oraclejdk8
32
4- before_install :
5- - yes | sdkmanager "platforms;android-27"
3+ jdk :
4+ - openjdk8
65
7- licenses :
8- - ' android-sdk-preview-license-.+'
9- - ' android-sdk-license-.+'
10- - ' google-gdk-license-.+'
6+ android :
7+ components :
8+ - tools
9+ - build-tools-28.0.2
10+ - android-28
11+ - extra-google-m2repository
12+ - extra-android-m2repository
13+ licenses :
14+ - " .+"
1115
12- cache :
13- directories :
14- - $HOME/.gradle
15-
16- # ok no tests for now
17- # - sys-img-x86-android-22
16+ script :
17+ - " ./gradlew clean build test lintDebug -Dpre-dex=false"
1818
19- install :
20- - echo y | android update sdk -u -a -t tools
21- - echo y | android update sdk -u -a -t platform-tools
22- - echo y | android update sdk -u -a -t build-tools-27.0.1
23- - echo y | android update sdk -u -a -t android-27
24- - echo y | android update sdk -u -a -t extra-google-m2repository
25- - echo y | android update sdk -u -a -t extra-android-m2repository
19+ notifications :
20+ email : false
2621
27- env :
28- - GRADLE_OPTS="-Xms40m -Xmx3g -XX:MaxPermSize=3g"
22+ sudo : false
2923
30- script : " ./gradlew clean build test lintDebug -Dpre-dex=false"
24+ cache :
25+ directories :
26+ - " $HOME/.m2"
27+ - " $HOME/.gradle"
28+ - " $ANDROID_HOME"
You can’t perform that action at this time.
0 commit comments