1
0

fix prev: run make_locale before building android apk

This commit is contained in:
SomberNight
2019-02-07 17:48:00 +01:00
parent ba08b2279d
commit 9beabc0311

View File

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