浏览代码

Merge pull request #1103 from nextcloud/disableEmulator

Disable emulator as we currently do no instrumented tests
Mario Đanić 8 年之前
父节点
当前提交
1912f7d6d2
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      .drone.yml
  2. 0 0
      .drone.yml.sig

+ 5 - 5
.drone.yml

@@ -5,9 +5,9 @@ pipeline:
       # uncomment gplay for Gplay, Modified only
       - sh -c "if [ '$FLAVOUR' != 'Generic' ]; then sed -i '/com.google.*.gms/s/^.*\/\///g' build.gradle; fi"
 
-      - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
-      - emulator -avd test -no-window &
-      - ./wait_for_emulator.sh
+      # - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
+      # - emulator -avd test -no-window &
+      # - ./wait_for_emulator.sh
 
       # build app and assemble APK, in debug mode
       - ./gradlew assemble${FLAVOUR}
@@ -16,8 +16,8 @@ pipeline:
       # - ./gradlew connectedDebugAndroidTest --info
 
       # install app, then assemble and install instrumented tests of app module
-      - ./gradlew :install${FLAVOUR}Debug
-      - ./gradlew :install${FLAVOUR}DebugAndroidTest
+      # - ./gradlew :install${FLAVOUR}Debug
+      # - ./gradlew :install${FLAVOUR}DebugAndroidTest
 
       # run sample instrumented unit test
       # TODO fails because test runner is not available

文件差异内容过多而无法显示
+ 0 - 0
.drone.yml.sig


部分文件因为文件数量过多而无法显示