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
77fdf417
Commit
77fdf417
authored
5 years ago
by
Bryan BRANCOTTE
Committed by
Hervé MENAGER
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Using python 3.5 image to build the doc
parent
52a260ac
No related branches found
No related tags found
No related merge requests found
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 @
77fdf417
...
@@ -42,21 +42,10 @@ test-python37:
...
@@ -42,21 +42,10 @@ test-python37:
-
python setup.py test
-
python setup.py test
pages
:
pages
:
image
:
centos:centos7
image
:
python:3.5
stage
:
deploy
stage
:
deploy
script
:
script
:
-
yum install -y epel-release wget
-
pip install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme
-
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
-
cd doc
-
cd doc
-
make html
-
make html
-
mv build/html/ ../public
-
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