amun-code/.gitlab-ci.yml

20 lines
371 B
YAML

image: debian
stages:
- build
build:
stage: build
before_script:
- apt-get -q update
- apt-get -q -y install gawk make gfortran libhdf5-dev libopenmpi-dev
script:
- cd ./build/
- cp -al make.default make.config
- cp -al ./hosts/default ./hosts/$HOSTNAME
- export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial
- make
- make clean
- make MPI=Y