mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
21 lines
460 B
YAML
21 lines
460 B
YAML
image: registry.gitlab.com/bitfireat/davdroid:latest
|
|
|
|
before_script:
|
|
- export GRADLE_USER_HOME=`pwd`/.gradle
|
|
- chmod +x gradlew
|
|
- emulator64-arm -avd test -no-skin -no-audio -no-window & wait-for-emulator.sh
|
|
|
|
cache:
|
|
paths:
|
|
- .gradle/wrapper
|
|
- .gradle/caches
|
|
|
|
test:
|
|
script:
|
|
- ./gradlew -i check mergeAndroidReports
|
|
artifacts:
|
|
paths:
|
|
- app/build/outputs/lint-results-debug.html
|
|
- app/build/reports
|
|
- build/reports
|