Skip to content
Snippets Groups Projects
Commit a36619de authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Update file .gitlab-ci.yml

parent 4e987690
No related branches found
No related tags found
No related merge requests found
Pipeline #141795 failed
image: centos:centos7
pages: pages:
needs: []
image: python:3.9
script: script:
- yum install -y epel-release wget - pip3 install sphinx
- wget https://repo.ius.io/ius-release-el7.rpm - pip install sphinxcontrib-bibtex
- rpm -Uvh ius-release-*.rpm - pip3 install sphinx_rtd_theme sphinx-argparse
- yum provides python3.6 - pip install -e .
- yum install -y python36u python36u-libs python36u-devel python36u-pip - pip install -r requirements.txt
- pip3.6 install -U pip - cd doc
- pip3.6 install virtualenv - make html
- virtualenv -p python3.6 venv - mv build/html/ ../public
- . venv/bin/activate
- pip3 install sphinx
- yum install -y make
- pip3 install sphinx
- pip3 install sphinxcontrib-bibtex sphinx_rtd_theme sphinx-argparse
- pip3 install -r requirements.txt
- pip3 install ../jass_preprocessing/
- cd doc
- sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/
- make html
- mv _build/html/ ../public
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
\ No newline at end of file
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