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
ift
NIFTy
Commits
0117c798
Commit
0117c798
authored
Apr 01, 2018
by
Martin Reinecke
Browse files
fixes
parent
e4aaa4d0
Pipeline
#26711
failed with stages
in 9 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0117c798
...
...
@@ -8,15 +8,11 @@ stages:
variables
:
DOCKER_DRIVER
:
overlay
before_script
:
-
apt-get update
-
sh ci/install_basics.sh
-
apt-get install -y git libfftw3-dev openmpi-bin libopenmpi-dev
test_python2
:
stage
:
test
script
:
-
apt-get install -y python python-pip python-dev python-nose python-numpy python-matplotlib python-future python-mpi4py python-scipy
-
apt-get update
-
apt-get install -y git libfftw3-dev openmpi-bin libopenmpi-dev python python-pip python-dev python-nose python-numpy python-matplotlib python-future python-mpi4py python-scipy
-
pip install --process-dependency-links parameterized coverage git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
-
pip install --user .
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests -q 2>/dev/null
...
...
@@ -27,17 +23,18 @@ test_python2:
test_python3
:
stage
:
test
script
:
-
apt-get install -y python3 python3-pip python3-dev python3-nose python3-numpy python3-matplotlib python3-future python3-mpi4py python3-scipy
-
apt-get update
-
apt-get install -y git libfftw3-dev openmpi-bin libopenmpi-dev python3 python3-pip python3-dev python3-nose python3-numpy python3-matplotlib python3-future python3-mpi4py python3-scipy
-
pip3 install --process-dependency-links parameterized git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
-
pip3 install --user .
-
nosetests3 -q
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests3 -q 2>/dev/null
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
pages
:
stage
:
release
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
-
pip install --user .
-
sh docs/generate.sh
...
...
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