Skip to content
Snippets Groups Projects
Commit f9181e24 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Master gitlabci"

parent 539ab475
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ doc:
artifacts:
paths:
- public
- htmlcov
# project public
pages:
......@@ -43,13 +44,16 @@ pages:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip3 install -e . --no-deps
- pytest-3
- sphinx-apidoc -o docs/source multiview_platform
- cd docs/source
- sphinx-build -b html . ../build
- cd ../..
- cp -r ./docs/build public
- mv multiview_platfrom/htmlcov/index.html public/coverage/
- mv multiview_platfrom/htmlcov/style.css public/coverage/
- mkdir public/coverage
- mv htmlcov/index.html public/coverage/
- mv htmlcov/style.css public/coverage/
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment