cnorxz/.gitlab-ci.yml
Christian Zimmermann 70b0ae4ac6 activate CI
2017-11-15 17:05:51 +01:00

13 lines
No EOL
210 B
YAML

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