Update .gitlab-ci.yml

This commit is contained in:
Grzegorz Kowal 2019-10-04 20:54:58 +00:00
parent ea19a97f1a
commit 92bee03c1e

View File

@ -13,4 +13,5 @@ build:
- cd ./build/ - cd ./build/
- cp -al make.default make.config - cp -al make.default make.config
- cp -al ./hosts/default ./hosts/$HOSTNAME - cp -al ./hosts/default ./hosts/$HOSTNAME
- HDF5DIR=/usr/include/hdf5/serial make - export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial/
- make