|
@@ -3,7 +3,7 @@ pipeline:
|
|
|
image: nextcloudci/android:android-7
|
|
|
commands:
|
|
|
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
|
|
|
- - emulator -avd test -no-skin -no-audio -no-window &
|
|
|
+ - emulator -avd test -no-window &
|
|
|
- ./wait_for_emulator.sh
|
|
|
# build app and assemble APK, in debug mode
|
|
|
- ./gradlew assembleDebug
|