First doc integration in CI
This commit is contained in:
parent
8bea1859c8
commit
6bcbc655ed
@ -5,7 +5,10 @@ production:
|
|||||||
script:
|
script:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install --upgrade -r requirements.txt
|
- pip install --upgrade -r requirements.txt
|
||||||
- cd src
|
- cd doc
|
||||||
|
- python documentation_importer.py
|
||||||
|
- cd ..\src
|
||||||
|
- python ..\doc\generator.py
|
||||||
- python setup.py py2exe
|
- python setup.py py2exe
|
||||||
- cd ..
|
- cd ..
|
||||||
- cd scripts
|
- cd scripts
|
||||||
@ -13,7 +16,7 @@ production:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- move src\socializer.zip socializer.zip
|
- move src\socializer.zip socializer.zip
|
||||||
only:
|
only:
|
||||||
- tags
|
- master
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- socializer.zip
|
- socializer.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user