Browse Source

run in privileged mode to allow KVM usage

Morris Jobke 8 years ago
parent
commit
da448f9ba5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -1,6 +1,7 @@
 pipeline:
   test:
     image: nextcloudci/android:android-5
+    privileged: true
     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 &