1
0

only build one android apk on Travis

follow-up 0333632eb0
This commit is contained in:
SomberNight
2019-09-01 20:05:40 +02:00
parent 0534f937ab
commit 8404e07061
2 changed files with 3 additions and 1 deletions

View File

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

View File

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