Merge branch 'rewrite-index-linking' of rqcd.ur.de:czimmermann/multi_array into rewrite-index-linking

This commit is contained in:
Christian Zimmermann 2017-11-15 17:36:15 +01:00
commit 2e4a0be76a

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
image: docker.io/rqcd/centos-7.2.1511-buildtools:latest
stages:
- build
build-centos:
stage: build
script:
- mkdir build
- cd build
- cmake3 ..
- make -j2
- make test