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
parent
commit
8404e07061
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      .travis.yml
  2. 2
      electrum/gui/kivy/Readme.md

2
.travis.yml

@ -58,6 +58,8 @@ jobs:
name: "Android build"
language: python
python: 3.7
env:
- CI=true
services:
- docker
install:

2
electrum/gui/kivy/Readme.md

@ -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
```

Loading…
Cancel
Save