mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 04:51:38 +02:00
18 lines
368 B
YAML
18 lines
368 B
YAML
language: android
|
|
|
|
android:
|
|
components:
|
|
- android-22
|
|
- build-tools-22.0.0
|
|
- platform-tools
|
|
- extra-google-m2repository
|
|
- extra-android-m2repository
|
|
|
|
# ok no tests for now
|
|
# - sys-img-x86-android-22
|
|
|
|
before_script:
|
|
- GRADLE_OPTS="-Xms40m -Xmx3g -XX:MaxPermSize=3g"
|
|
|
|
script: "./gradlew clean build test -Dpre-dex=false"
|