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
1738db52
Commit
1738db52
authored
Apr 01, 2018
by
Martin Reinecke
Browse files
fixes
parent
0117c798
Pipeline
#26712
canceled with stages
in 11 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1738db52
...
...
@@ -31,11 +31,10 @@ test_python3:
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests3 -q 2>/dev/null
pages
:
stage
:
release
stage
:
test
script
:
-
apt-get update
-
apt-get install -y git libfftw3-dev python python-pip python-dev python-numpy python-future
-
pip install --user sphinx sphinx_rtd_theme numpydoc
-
apt-get install -y git libfftw3-dev python python-pip python-dev python-numpy python-future python-sphinx python-sphinx-rtd-theme python-numpydoc
-
pip install --user .
-
sh docs/generate.sh
-
mv docs/build/ public/
...
...
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