Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Krüger <t@timkrueger.me>2022-05-19 11:38:06 +0300
committerTim Krüger <t@timkrueger.me>2022-05-19 11:38:06 +0300
commit934cb62e258f9d101364b649e5d73cbc42cf0c65 (patch)
tree5f32fa797fb50b4f4b9771776e2afc64426afe15 /.drone.yml
parent46b5a345de810c49a55894b28d85c8ad823feb2c (diff)
Use 'emulator' instead of 'emulator-headless'
Signed-off-by: Tim Krüger <t@timkrueger.me>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 45b6b5ae6..5fc475220 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -43,7 +43,7 @@ steps:
image: ghcr.io/nextcloud/continuous-integration-android8:2
privileged: true
commands:
- - emulator-headless -avd android-27 -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 &
+ - emulator -avd android -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 &
- scripts/wait_for_emulator.sh
- ./gradlew --console=plain testGplayDebugUnitTest connectedGplayDebugAndroidTest