Updated CI environment
This commit is contained in:
parent
cc1be262d1
commit
c5b9f668b2
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user