cnorxz/.gitlab-ci.yml
2017-11-15 17:59:24 +01:00

16 lines
No EOL
267 B
YAML

before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
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