mirror of
https://github.com/etesync/android
synced 2024-11-22 16:08:13 +00:00
28e567cf78
* split tests into Android tests and local unit tests * LoginCredentialsFragment: check for empty host before doing IDN conversion
4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
./gradlew -i testDebug && \
|
|
./gradlew -i deviceCheck mergeAndroidReports --continue
|