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
- '&$env:PYTHON3_32 ..\doc\generator.py'
- 'move documentation ..\'
- cd ..\scripts
- call genpot_interface.bat
- call genpot_doc.bat
- cd ..
- move scripts\socializer.pot socializer.pot
- move scripts\socializer-documentation.pot socializer-documentation.pot
- '&$env:PYTHON3_32 setup.py extract_messages -F babel.cfg --input-dirs . --output-file socializer.pot'
- '&$env:PYTHON3_32 setup.py update_catalog --no-fuzzy-matching --domain socializer --output-dir locales --input-file socializer.pot'
- 'move locales ..\'
only:
- master
artifacts:
paths:
- documentation
- locales
name: socializer_documentation
expire_in: 30 days