1
0
mirror of https://github.com/etesync/android synced 2025-02-22 12:32:03 +00:00
etesync-android/.gitlab-ci.yml
2016-10-11 00:28:22 +02:00

22 lines
501 B
YAML

image: registry.gitlab.com/bitfireat/davdroid:latest
before_script:
- git submodule update --init --recursive
- 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 check mergeAndroidReports
artifacts:
paths:
- app/build/outputs/lint-results-debug.html
- app/build/reports
- build/reports