Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Rousselle
bliss
Commits
e4ebfb3e
Commit
e4ebfb3e
authored
Jul 24, 2017
by
Jose Tiago Macara Coutinho
Browse files
gitlab ci: build and deploy documentation
parent
8a50a7bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e4ebfb3e
...
...
@@ -9,12 +9,25 @@ tests:
paths
:
-
htmlcov/
doc
:
stage
:
build
script
:
-
source activate tango2.7
-
conda install --yes --file requirements-conda.txt
-
pip install -r requirements.txt
-
python setup.py build_doc
artifacts
:
paths
:
-
build/sphinx/
pages
:
stage
:
deploy
dependencies
:
-
tests
-
doc
script
:
-
mv htmlcov/ public/
-
mv htmlcov/ public/htmlcov/
-
mv build/sphinx/html/ public/html/
artifacts
:
paths
:
-
public
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment