Add GitLab CI job

This commit is contained in:
Lucidiot 2018-10-25 17:51:30 +02:00
parent 18f48f0edb
commit 14873598c8
No known key found for this signature in database
GPG Key ID: AE3F7205692FA205
1 changed files with 15 additions and 0 deletions

View File

@ -55,3 +55,18 @@ deploy-testpypi:
- python setup.py sdist bdist_wheel
- twine upload dist/* -r testpypi
pages:
stage: deploy
when: manual
only:
- master@Lucidiot/pyurbantz
artifacts:
paths:
- public
before_script:
- pip install .[dev]
script:
- cd docs
- make html
- mv _build/html ../public