Newer
Older
image: registry.gitlab.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04
tags:
- docker
only:
- master
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
artifacts:
paths:
- public
# - python3 setup.py build_sphinx
image: registry.gitlab.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04
tags:
- docker
only:
- master
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- python3 setup.py build_sphinx
- cp -r build/sphinx/html public
artifacts:
paths:
- public