amun-code/.gitlab-ci.yml

18 lines
331 B
YAML

image: debian
stages:
- build
build:
stage: build
before_script:
- apt-get -q=2 update
- apt-get -q=2 -y install gawk make gfortran libhdf5-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