I18n - Fixes for translations during build (#2251)

This commit is contained in:
Ryan Holmes
2020-08-02 18:52:55 -04:00
committed by GitHub
parent 362d081338
commit 32a03dedaa
5 changed files with 10 additions and 2 deletions

View File

@@ -10,13 +10,14 @@ matrix:
osx_image: xcode11.3
language: generic
before_install:
- bash scripts/setup-osx.sh
- bash scripts/osx-translations.sh
- bash scripts/osx-setup.sh
install:
- python3 scripts/compile_lang.py
- python3 scripts/dump_crowdin_progress.py
- python3 db_update.py
- export PYFA_VERSION="$(python3 scripts/dump_version.py)"
- bash scripts/package-osx.sh
- bash scripts/osx-package.sh
before_deploy:
- export RELEASE_PKG_FILE=$(ls *.deb)
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"