Skip to content
Snippets Groups Projects
Commit 8dd2ed07 authored by valentin.emiya's avatar valentin.emiya
Browse files

update CI

parent d9c07c12
Branches
Tags
No related merge requests found
Pipeline #5091 failed
...@@ -4,6 +4,7 @@ tests: ...@@ -4,6 +4,7 @@ tests:
tags: tags:
- docker - docker
script: script:
- cd python
- pip3 install --no-deps . - pip3 install --no-deps .
- pytest-3 - pytest-3
...@@ -15,6 +16,7 @@ pages: ...@@ -15,6 +16,7 @@ pages:
only: only:
- master - master
script: script:
- cd python
- pip3 install --no-deps . - pip3 install --no-deps .
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
- cp -r build/sphinx/html public - cp -r build/sphinx/html public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment