Update .gitlab-ci.yml

This commit is contained in:
Grzegorz Kowal 2019-10-04 21:03:18 +00:00
parent 16eb1fc0de
commit 905e4caa5d

View File

@ -6,8 +6,8 @@ stages:
build: build:
stage: build stage: build
before_script: before_script:
- apt-get -q=2 update - apt-get -q update
- apt-get -q=2 -y install gawk make gfortran libhdf5-dev - apt-get -q -y install gawk make gfortran libhdf5-dev libopenmpi-dev
script: script:
- cd ./build/ - cd ./build/
@ -15,3 +15,5 @@ build:
- cp -al ./hosts/default ./hosts/$HOSTNAME - cp -al ./hosts/default ./hosts/$HOSTNAME
- export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial - export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial
- make - make
- make clean
- make MPI=Y