Add travis ci integration
parent
ef32c49310
commit
e86f4b625a
@ -0,0 +1,17 @@
|
|||||||
|
language: android
|
||||||
|
dist: trusty
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- tools
|
||||||
|
- build-tools
|
||||||
|
- android-29
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- yes | sdkmanager "platforms;android-29"
|
||||||
|
script: ./gradlew -Dorg.gradle.jvmargs=-Xmx1536m assembleDebug lintDebug
|
||||||
|
licenses:
|
||||||
|
- 'android-sdk-license-.+'
|
||||||
|
- 'android-sdk-preview-license-.+'
|
||||||
|
- 'android-sdk-arm-dbt-license-.+'
|
||||||
Loading…
Reference in New Issue