First doc integration in CI

This commit is contained in:
Manuel Cortez 2018-12-18 17:42:56 -06:00
parent 8bea1859c8
commit 6bcbc655ed

View File

@ -5,7 +5,10 @@ production:
script:
- pip install --upgrade pip
- pip install --upgrade -r requirements.txt
- cd src
- cd doc
- python documentation_importer.py
- cd ..\src
- python ..\doc\generator.py
- python setup.py py2exe
- cd ..
- cd scripts
@ -13,7 +16,7 @@ production:
- cd ..
- move src\socializer.zip socializer.zip
only:
- tags
- master
artifacts:
paths:
- socializer.zip