Skip to content
Snippets Groups Projects
Commit a3ac5a1e authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct doc + coverage publication

parent bdb85e2b
No related branches found
No related tags found
1 merge request!13Master
Pipeline #28380 failed
...@@ -56,8 +56,10 @@ test-centos7: ...@@ -56,8 +56,10 @@ test-centos7:
- python3.6 manage.py test - python3.6 manage.py test
- coverage run --source='.' manage.py test - coverage run --source='.' manage.py test
- coverage report - coverage report
- coverage html
- 'mkdir -p ../public/$CI_COMMIT_REF_NAME' - 'mkdir -p ../public/$CI_COMMIT_REF_NAME'
- pip install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme - 'mv html ../public/$CI_COMMIT_REF_NAME/coverage'
- pip3.6 install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme
- cd docs - cd docs
- make html - make html
- 'mv build/html/ ../../public/$CI_COMMIT_REF_NAME' - 'mv build/html/ ../../public/$CI_COMMIT_REF_NAME'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment