Skip to content
Snippets Groups Projects
Commit 1036a65b authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Update CI/CD

parent cd85b610
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ navipy_install:
- pip3 install virtualenv
- virtualenv venv
- source venv/bin/activate
- python3 setup.py bdist_wheel
- python3 setup.py install
artifacts:
paths:
......@@ -29,7 +29,6 @@ flake8:
script:
- source $CI_PROJECT_DIR/venv/bin/activate
- source $CI_PROJECT_DIR/build
- python3 -m flake8 navipy/*.py
navipy_unittest:
......@@ -39,7 +38,6 @@ navipy_unittest:
script:
- source $CI_PROJECT_DIR/venv/bin/activate
- source $CI_PROJECT_DIR/build
- python3 -m coverage run -m unittest discover navipy
artifacts:
......@@ -54,7 +52,6 @@ coverage:
script:
- source $CI_PROJECT_DIR/venv/bin/activate
- source $CI_PROJECT_DIR/build
- python3 -m coverage html
artifacts:
......@@ -70,7 +67,6 @@ doc_build:
script:
- source $CI_PROJECT_DIR/venv/bin/activate
- source $CI_PROJECT_DIR/build
- pip3 install --user sphinx sphinx_rtd_theme
- cd doc ; make html
......
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