Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RAISS
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Statistical-Genetics
RAISS
Commits
f9a6ed2c
Commit
f9a6ed2c
authored
1 year ago
by
Hanna JULIENNE
Browse files
Options
Downloads
Patches
Plain Diff
update CI
parent
66f73bc2
No related branches found
No related tags found
No related merge requests found
Pipeline
#121571
failed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-21
13 additions, 21 deletions
.gitlab-ci.yml
doc/source/index.rst
+2
-0
2 additions, 0 deletions
doc/source/index.rst
with
15 additions
and
21 deletions
.gitlab-ci.yml
+
13
−
21
View file @
f9a6ed2c
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
This diff is collapsed.
Click to expand it.
doc/source/index.rst
+
2
−
0
View file @
f9a6ed2c
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment