Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
6eccf926
Commit
6eccf926
authored
Feb 05, 2018
by
Mihai Baltac
Browse files
first try to generate sphinx doc and create pages
parent
0b43bfeb
Pipeline
#24388
failed with stage
in 3 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6eccf926
#image: ubuntu:artful
image
:
debian:testing-slim
stages
:
-
test
variables
:
DOCKER_DRIVER
:
overlay
...
...
@@ -13,15 +10,17 @@ before_script:
-
pip install --process-dependency-links -r ci/requirements.txt
-
pip3 install --process-dependency-links -r ci/requirements.txt
test_min
:
stage
:
test
pages
:
script
:
-
pip install --user .
-
pip3 install --user .
-
nosetests -q
-
nosetests3 -q
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q 2>/dev/null
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q 2>/dev/null
-
nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
-
pip install sphinx
-
pip install sphinx_rtd_theme
-
sphinx-apidoc -l -e -d 3 -o docs/source/mod nifty4
-
sphinx-build -b html docs/source/ docs/build/
artifacts
:
paths
:
-
./docs/build
only
:
-
experiment_sphinx_gitlabpages
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment