Add more compilation tests to .gitlab-ci.yml

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2019-10-04 20:07:31 -03:00
parent fccffe8642
commit bc288e88f4

View File

@ -14,6 +14,10 @@ build:
- cp -al make.default make.config
- cp -al ./hosts/default ./hosts/$HOSTNAME
- export HDF5DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial
- make
- make MPI=N NDIMS=2
- make clean
- make MPI=Y
- make MPI=Y NDIMS=3
- make clean
- make MPI=Y NDIMS=2
- make clean
- make MPI=Y NDIMS=3