Update .gitlab-ci.yml
This commit is contained in:
parent
3ecfc9bf92
commit
59268f392f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user