浏览代码

Fix the build

Mario Danic 8 年之前
父节点
当前提交
de29418a76
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -9,14 +9,14 @@ pipeline:
       - ./gradlew assembleDebug
       - ./gradlew assembleDebug
       # run all the local unit tests of app module
       # run all the local unit tests of app module
       - ./gradlew :testGenericDebugUnitTest
       - ./gradlew :testGenericDebugUnitTest
-      - ./gradlew :testCustomDebugUnitTest
+      - ./gradlew :testModifiedDebugUnitTest
       # run all the instrumented tests of app module - DISABLED until we get an stable setup for Espresso in Travis
       # run all the instrumented tests of app module - DISABLED until we get an stable setup for Espresso in Travis
       # - ./gradlew connectedDebugAndroidTest --info
       # - ./gradlew connectedDebugAndroidTest --info
       # install app, then assemble and install instrumented tests of app module
       # install app, then assemble and install instrumented tests of app module
       - ./gradlew :installGenericDebug
       - ./gradlew :installGenericDebug
-      - ./gradlew :installCustomDebug
+      - ./gradlew :installModifiedDebug
       - ./gradlew :installGenericDebugAndroidTest
       - ./gradlew :installGenericDebugAndroidTest
-      - ./gradlew :installCustomDebugAndroidTest
+      - ./gradlew :installModifiedDebugAndroidTest
       # run sample instrumented unit test
       # run sample instrumented unit test
       # TODO fails because test runner is not available
       # TODO fails because test runner is not available
       #- adb shell am instrument -w -e debug false -e class com.owncloud.android.datamodel.OCFileUnitTest com.owncloud.android.test/android.support.test.runner.AndroidJUnitRunner
       #- adb shell am instrument -w -e debug false -e class com.owncloud.android.datamodel.OCFileUnitTest com.owncloud.android.test/android.support.test.runner.AndroidJUnitRunner