cnorxz/.gitlab-ci.yml
Christian Zimmermann af2d3dfe7b yml
2018-11-26 16:34:12 +01:00

17 lines
No EOL
308 B
YAML

before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
image: docker.io/rqcd/centos-latest-buildtools:latest
stages:
- build
build-centos:
stage: build
script:
- source /opt/rh/devtoolset-6/enable
- mkdir build
- cd build
- cmake3 ..
- make -j2
- make test