Browse Source
only build one android apk on Travis
follow-up 0333632eb0
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
3 additions and
1 deletions
-
.travis.yml
-
electrum/gui/kivy/Readme.md
|
|
@ -58,6 +58,8 @@ jobs: |
|
|
|
name: "Android build" |
|
|
|
language: python |
|
|
|
python: 3.7 |
|
|
|
env: |
|
|
|
- CI=true |
|
|
|
services: |
|
|
|
- docker |
|
|
|
install: |
|
|
|
|
|
@ -67,7 +67,7 @@ You probably need to clear the cache: `rm -rf .buildozer/android/platform/build/ |
|
|
|
### How do I deploy on connected phone for quick testing? |
|
|
|
Assuming `adb` is installed: |
|
|
|
``` |
|
|
|
$ adb -d install -r bin/Electrum-*-debug.apk |
|
|
|
$ adb -d install -r bin/Electrum-*-arm64-v8a-debug.apk |
|
|
|
$ adb shell monkey -p org.electrum.electrum 1 |
|
|
|
``` |
|
|
|
|
|
|
|