Browse Source

All builds should work

Mario Danic 8 years ago
parent
commit
73cb8304a3
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .drone.yml

+ 5 - 2
.drone.yml

@@ -9,11 +9,14 @@ pipeline:
       - ./gradlew assembleDebug
       # run all the local unit tests of app module
       - ./gradlew :testGenericDebugUnitTest
+      - ./gradlew :testCustomDebugUnitTest
       # run all the instrumented tests of app module - DISABLED until we get an stable setup for Espresso in Travis
       # - ./gradlew connectedDebugAndroidTest --info
       # install app, then assemble and install instrumented tests of app module
-      - ./gradlew :installDebug
-      - ./gradlew :installDebugAndroidTest
+      - ./gradlew :installGenericDebug
+      - ./gradlew :installCustomDebug
+      - ./gradlew :installGenericDebugAndroidTest
+      - ./gradlew :installCustomDebugAndroidTest
       # run sample instrumented unit test
       # 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