Test
This commit is contained in:
parent
5c6829165b
commit
a8ce7216e1
@ -21,6 +21,27 @@ test_py3:
|
|||||||
- '%PYTHON3% -m coverage report --omit="test*"'
|
- '%PYTHON3% -m coverage report --omit="test*"'
|
||||||
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
||||||
|
|
||||||
|
documentation:
|
||||||
|
type: deploy
|
||||||
|
tags:
|
||||||
|
- windows10
|
||||||
|
before_script:
|
||||||
|
- '%PYTHON3% -v'
|
||||||
|
script:
|
||||||
|
- copy changelog.md doc\changelog.md
|
||||||
|
- cd doc
|
||||||
|
- '%PYTHON2% documentation_importer.py'
|
||||||
|
- cd ..\src
|
||||||
|
- '%PYTHON2% ..\doc\generator.py'
|
||||||
|
- 'move documentation/* ..\\documentation'
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- documentation
|
||||||
|
name: socializer_documentation
|
||||||
|
expire_in: 1 day
|
||||||
|
|
||||||
alpha_python3:
|
alpha_python3:
|
||||||
type: deploy
|
type: deploy
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user