mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Fix other build
This commit is contained in:
parent
de29418a76
commit
e0a0c503b7
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ pipeline:
|
|||
- ./wait_for_emulator.sh
|
||||
# build app and assemble APK, in debug mode
|
||||
- ./gradlew assembleDebug
|
||||
# run all the local unit tests of app module
|
||||
- ./gradlew :testGenericDebugUnitTest
|
||||
- ./gradlew :testModifiedDebugUnitTest
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue