versionversion refers to the android sdk build tools version
image: matteopic/android:30.0.2
before_script:
- chmod +x ./gradlew
build:
script:
- ./gradlew assemble
artifacts:
paths:
- app/build/outputs/
lint:
script:
- ./gradlew -Pci --console=plain lint
artifacts:
paths:
- app/build/reports/
allow_failure: true
Content type
Image
Digest
Size
540.6 MB
Last updated
over 4 years ago
docker pull matteopic/android