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

update CI

parent 66f73bc2
No related branches found
No related tags found
No related merge requests found
Pipeline #121571 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 - yum install -y make
- rpm -Uvh ius-release*.rpm - pip3 install sphinx
- yum provides python3.9 - pip install sphinxcontrib-bibtex
- yum install -y python39u python39u-libs python39u-devel python39u-pip - pip3 install sphinx_rtd_theme sphinx-argparse
- pip3.9 install -U pip - pip install -e .
- pip3.9 install virtualenv - pip install -r doc/requirements.txt
- virtualenv -p python3.6 venv - cd doc
- . venv/bin/activate - make html
- pip3 install sphinx - mv build/html/ ../public
- yum install -y make
- pip3 install sphinx
- pip install sphinxcontrib-bibtex
- pip3 install sphinx_rtd_theme sphinx-argparse
- pip3 install -r requirements.txt
- pip3 install ../raiss/
- cd doc
- sphinx-apidoc -f -o ./source/_autosummary/ ../raiss/
- make html
- mv build/html/ ../public
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
...@@ -35,6 +35,8 @@ Installation ...@@ -35,6 +35,8 @@ Installation
.. code-block:: shell .. code-block:: shell
pip3 install git+https://gitlab.pasteur.fr/statistical-genetics/raiss.git pip3 install git+https://gitlab.pasteur.fr/statistical-genetics/raiss.git
pip3 install -r https://gitlab.pasteur.fr/statistical-genetics/raiss/-/raw/master/requirements.txt
Alternatively, RAISS is available as a docker container: Alternatively, RAISS is available as a docker container:
......
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