mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
Gitlab CI: install OpenTasks before tests
This commit is contained in:
parent
f0fe8e7620
commit
520df3654d
@ -2,9 +2,9 @@ image: registry.gitlab.com/bitfireat/davdroid:latest
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- export GRADLE_USER_HOME=`pwd`/.gradle
|
- export GRADLE_USER_HOME=`pwd`/.gradle; chmod +x gradlew
|
||||||
- chmod +x gradlew
|
|
||||||
- emulator64-arm -avd test -no-skin -no-audio -no-window & wait-for-emulator.sh
|
- emulator64-arm -avd test -no-skin -no-audio -no-window & wait-for-emulator.sh
|
||||||
|
- wget https://f-droid.org/repo/org.dmfs.tasks_103.apk && adb install org.dmfs.tasks_103.apk
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e4dc98008708b399aafba1190ef1f3f4a09d8180
|
Subproject commit 09b932c90f4f482b573ab9d2e236a7eb068e00ff
|
Loading…
Reference in New Issue
Block a user