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
D2O
Commits
c0f44792
Commit
c0f44792
authored
Dec 02, 2016
by
Theo Steininger
Browse files
updated .gitlab-ci.yml
parent
25a4319e
Pipeline
#8809
passed with stage
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c0f44792
image
:
python:2.7-wheezy
before_script
:
# - pip install nose
# - pip install nose_parameterized
# - pip install numpy
-
pip install nose
-
pip install nose_parameterized
-
pip install numpy
-
pip install cython
-
apt-get update -qy
#
- apt-get install -y openmpi-bin libopenmpi-dev
#
- pip install mpi4py
-
apt-get install -y openmpi-bin libopenmpi-dev
-
pip install mpi4py
-
chmod +x continuous_integration/install_h5py.sh
-
continuous_integration/install_h5py.sh
test
:
script
:
-
mpirun -n 2 nosetests
-
echo uiae
# - mpirun -n 2 nosetests
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