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
d5511a8f
Commit
d5511a8f
authored
Apr 06, 2018
by
Martin Reinecke
Browse files
more individual tasks
parent
c6f01f7a
Pipeline
#26977
passed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d5511a8f
...
...
@@ -7,22 +7,32 @@ stages:
variables
:
DOCKER_DRIVER
:
overlay
test_scalar
:
test_
python2_
scalar
:
stage
:
test
script
:
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
nosetests3 -q
-
nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
test_
mpi
:
test_
python3_scalar
:
stage
:
test
script
:
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
nosetests3 -q
test_python2_mpi
:
stage
:
test
script
:
-
python setup.py install --user -f
-
OMP_NUM_THREADS=1 mpiexec -n 2 nosetests -q 2> /dev/null
only
:
-
NIFTy_4
test_python3_mpi
:
stage
:
test
script
:
-
python3 setup.py install --user -f
-
OMP_NUM_THREADS=1 mpiexec -n 2 nosetests3 -q 2> /dev/null
only
:
-
NIFTy_4
...
...
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