mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -04:00
#1175 fix variable usage and lynx acquiring
This commit is contained in:
parent
e8f4c1d509
commit
0cdd84636b
@ -53,8 +53,9 @@ after_success:
|
||||
|
||||
after_failure:
|
||||
- export MY_MOD="app"
|
||||
- export MY_LOG_DIR="$(HOME)/${MY_MOD}/build/outputs/reports/androidTests/connected/"
|
||||
- export MY_LOG_DIR="${HOME}/${MY_MOD}/build/outputs/reports/androidTests/connected/"
|
||||
- pwd && cd "${MY_LOG_DIR:-.}" && pwd && ls -al
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -qq lynx && lynx --dump index.html > myIndex.log
|
||||
- lynx --dump com.android.builder.testing.ConnectedDevice.html > myConnectedDevice.log
|
||||
- lynx --dump com.android.builder.testing.html > myTesting.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user