mirror of
https://github.com/etesync/android
synced 2025-02-16 17:42:03 +00:00
![Ricki Hirner](/assets/img/avatar_default.png)
* 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
|