Update .gitlab-ci.yml

This commit is contained in:
Grzegorz Kowal 2019-10-04 20:15:49 +00:00
parent 090c4d7f48
commit 3ecfc9bf92

View File

@ -6,8 +6,8 @@ stages:
build:
stage: build
before_script:
- sudo apt-get update
- sudo apt-get install make
- apt-get update
- apt-get install make gfortran libhdf5-dev
script: cd ./build/ && cp -al make.default make.config && cp -al ./hosts/default ./hosts/$HOSTNAME && cd ../ && make -C ./build > build.log
artifacts: