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
81e3845b
Commit
81e3845b
authored
Jan 20, 2018
by
Martin Reinecke
Browse files
tweak installation
parent
b61d1e9e
Pipeline
#23874
passed with stage
in 4 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
81e3845b
...
...
@@ -19,6 +19,8 @@ test_min:
-
pip install --user .
-
nosetests -x --with-coverage --cover-package=nifty4 --cover-branches
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -x --with-coverage --cover-package=nifty4 --cover-branches
-
pip3 install --user .
-
nosetests3 -x
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -x
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
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