Updated CI environment

This commit is contained in:
Manuel Cortez 2020-02-28 15:41:52 -06:00
parent cc1be262d1
commit c5b9f668b2

View File

@ -26,17 +26,15 @@ documentation:
- cd ..\src - cd ..\src
- '&$env:PYTHON3_32 ..\doc\generator.py' - '&$env:PYTHON3_32 ..\doc\generator.py'
- 'move documentation ..\' - 'move documentation ..\'
- cd ..\scripts - '&$env:PYTHON3_32 setup.py extract_messages -F babel.cfg --input-dirs . --output-file socializer.pot'
- call genpot_interface.bat - '&$env:PYTHON3_32 setup.py update_catalog --no-fuzzy-matching --domain socializer --output-dir locales --input-file socializer.pot'
- call genpot_doc.bat - 'move locales ..\'
- cd ..
- move scripts\socializer.pot socializer.pot
- move scripts\socializer-documentation.pot socializer-documentation.pot
only: only:
- master - master
artifacts: artifacts:
paths: paths:
- documentation - documentation
- locales
name: socializer_documentation name: socializer_documentation
expire_in: 30 days expire_in: 30 days