mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix prev: run make_locale before building android apk
This commit is contained in:
parent
ba08b2279d
commit
9beabc0311
1 changed files with 4 additions and 0 deletions
|
@ -44,9 +44,13 @@ jobs:
|
||||||
- name: "Android build"
|
- name: "Android build"
|
||||||
language: python
|
language: python
|
||||||
python: 3.7
|
python: 3.7
|
||||||
|
env:
|
||||||
|
# reset API key to not have make_locale upload stuff here
|
||||||
|
- crowdin_api_key=
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
install:
|
install:
|
||||||
|
- pip install requests && ./contrib/make_locale
|
||||||
- ./contrib/make_packages
|
- ./contrib/make_packages
|
||||||
- sudo docker build --no-cache -t electrum-android-builder-img electrum/gui/kivy/tools
|
- sudo docker build --no-cache -t electrum-android-builder-img electrum/gui/kivy/tools
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue