Merge branch 'rewrite-index-linking' of rqcd.ur.de:czimmermann/multi_array into rewrite-index-linking
This commit is contained in:
commit
2e4a0be76a
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in a new issue