Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
jass
Commits
c5b662c9
Commit
c5b662c9
authored
5 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Plain Diff
Merge branch 'patch-1' into 'master'
Using python 3.5 image to build the doc See merge request
!1
parents
52a260ac
77fdf417
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-13
2 additions, 13 deletions
.gitlab-ci.yml
with
2 additions
and
13 deletions
.gitlab-ci.yml
+
2
−
13
View file @
c5b662c9
...
...
@@ -42,21 +42,10 @@ test-python37:
-
python setup.py test
pages
:
image
:
centos:centos7
image
:
python:3.5
stage
:
deploy
script
:
-
yum install -y epel-release wget
-
wget https://centos7.iuscommunity.org/ius-release.rpm
-
rpm -Uvh ius-release*.rpm
-
yum provides python3.5
-
yum install -y python35u python35u-libs python35u-devel python35u-pip
-
pip3.5 install -U pip
-
pip3.5 install virtualenv
-
virtualenv -p python3.5 venv
-
. venv/bin/activate
-
pip3.5 install -r requirements.txt
-
pip3.5 install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme
-
yum install -y make
-
pip install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme
-
cd doc
-
make html
-
mv build/html/ ../public
...
...
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