Update .gitlab-ci.yml

This commit is contained in:
Grzegorz Kowal 2019-10-04 20:18:41 +00:00
parent 3ecfc9bf92
commit 59268f392f

View File

@ -6,8 +6,8 @@ stages:
build: build:
stage: build stage: build
before_script: before_script:
- apt-get update - apt-get -q update
- apt-get install make gfortran libhdf5-dev - apt-get -q -y 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 script: cd ./build/ && cp -al make.default make.config && cp -al ./hosts/default ./hosts/$HOSTNAME && cd ../ && make -C ./build > build.log
artifacts: artifacts: