Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
D2O
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
D2O
Commits
c0f44792
Commit
c0f44792
authored
Dec 02, 2016
by
Theo Steininger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated .gitlab-ci.yml
parent
25a4319e
Pipeline
#8809
passed with stage
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
.gitlab-ci.yml
.gitlab-ci.yml
+8
-6
No files found.
.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
Markdown
is supported
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