mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -04:00
#1175 print out failing test
This commit is contained in:
parent
a0d0d9fcc8
commit
76e43cc5a6
@ -13,6 +13,11 @@ install:
|
|||||||
- pip install --user 'requests[security]'
|
- pip install --user 'requests[security]'
|
||||||
- wget -r -nH -nd -np -R index.html* robots.txt* http://download.kiwix.org/dev/android/api/licenses/ -e robots=off -P $ANDROID_HOME/licenses || true
|
- wget -r -nH -nd -np -R index.html* robots.txt* http://download.kiwix.org/dev/android/api/licenses/ -e robots=off -P $ANDROID_HOME/licenses || true
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- lynx
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
||||||
@ -53,4 +58,4 @@ after_success:
|
|||||||
- ./gradlew testdroidUploadKiwixDebug
|
- ./gradlew testdroidUploadKiwixDebug
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
- echo "====================="; cat ${HOME}/build/kiwix/kiwix-android/app/build/reports/androidTests/connected/flavors/KIWIX/index.html;
|
- lynx -dump ${HOME}/build/kiwix/kiwix-android/app/build/reports/androidTests/connected/flavors/KIWIX/org.kiwix.kiwixmobile.tests.BasicTest.html;
|
Loading…
x
Reference in New Issue
Block a user