Skip to content
Snippets Groups Projects
Commit b7df8562 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Update .gitlab-ci.yml

parent 7f11136c
No related branches found
No related tags found
No related merge requests found
Pipeline #4240 failed
...@@ -21,22 +21,28 @@ doc: ...@@ -21,22 +21,28 @@ doc:
script: script:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- python3 setup.py install
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
artifacts:
paths:
- public
# - python3 setup.py build_sphinx
# TODO: Replace the task doc by the following task pages when making the # TODO: Replace the task doc by the following task pages when making the
# project public # project public
# #
#pages: pages:
# image: registry.gitlab.lis-lab.fr:5005/dev/multimodal/ubuntu:18.04 image: registry.gitlab.lis-lab.fr:5005/dev/multimodal/ubuntu:18.04
# tags: tags:
# - docker - docker
# only: only:
# - master - master
# script: script:
# - export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
# - export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
# - python3 setup.py build_sphinx - python3 setup.py build_sphinx
# - cp -r build/sphinx/html public - cp -r build/sphinx/html public
# artifacts: artifacts:
# paths: paths:
# - public - public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment