Skip to content

Commit 1c3ee07

Browse files
fix emulater params
1 parent 30440eb commit 1c3ee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline:
33
image: nextcloudci/android:android-7
44
commands:
55
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
6-
- emulator -avd test -no-skin -no-audio -no-window &
6+
- emulator -avd test -no-window &
77
- ./wait_for_emulator.sh
88
# build app and assemble APK, in debug mode
99
- ./gradlew assembleDebug

0 commit comments

Comments
 (0)