Browse Source
fix prev: run make_locale before building android apk
sqlite_db
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
4 additions and
0 deletions
-
.travis.yml
|
|
@ -44,9 +44,13 @@ jobs: |
|
|
|
- name: "Android build" |
|
|
|
language: python |
|
|
|
python: 3.7 |
|
|
|
env: |
|
|
|
# reset API key to not have make_locale upload stuff here |
|
|
|
- crowdin_api_key= |
|
|
|
services: |
|
|
|
- docker |
|
|
|
install: |
|
|
|
- pip install requests && ./contrib/make_locale |
|
|
|
- ./contrib/make_packages |
|
|
|
- sudo docker build --no-cache -t electrum-android-builder-img electrum/gui/kivy/tools |
|
|
|
script: |
|
|
|