Repo created
This commit is contained in:
parent
5b950caea0
commit
477d1afe74
805 changed files with 316919 additions and 2 deletions
25
.travis.yml
Normal file
25
.travis.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
language: android
|
||||
jdk: oraclejdk17
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- ANDROID_TARGET=android-32
|
||||
global:
|
||||
- GRADLE_OPTS="-Xms128m"
|
||||
|
||||
android:
|
||||
components:
|
||||
# needed build tools
|
||||
- build-tools-32.0.0
|
||||
|
||||
# The SDK version used to compile your project
|
||||
- android-32
|
||||
|
||||
# extra needed components
|
||||
- extra-android-m2repository
|
||||
|
||||
before_script:
|
||||
|
||||
script:
|
||||
- ./gradlew assembleRelease lintRelease testDebugUnitTest
|
||||
Loading…
Add table
Add a link
Reference in a new issue