amun-code/.gitlab-ci.yml

18 lines
286 B
YAML

image: debian
stages:
- build
build:
stage: build
before_script:
- apt-get -q update
- apt-get -q -y install make gfortran libhdf5-dev
script:
- cd ./build/
- cp -al make.default make.config
- cp -al ./hosts/default ./hosts/$HOSTNAME
- gfortan --version
- make