Skip to content
Snippets Groups Projects
Commit a330c613 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Add page as new CI task

parent a7613755
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,13 +8,27 @@ unbutu:17.10:
script:
- pip3 install -e .
- nosetests
- python3 setup.py build_sphinx
- cp -r build/sphinx/html public
artifacts:
when: always
untracked: true
paths:
- public
- build
expire_in: 8d
# doc template
.doc: &doc
script:
- pip3 install -e .
- python3 setup.py build_sphinx
- cp -r build/sphinx/html public
artifacts:
paths:
- public
pages:
<<: *doc
image: registry.gitlab.lis-lab.fr:5005/dev/scikit-splearn
tags:
- docker
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment