cnorxz/.gitlab-ci.yml

17 lines
310 B
YAML
Raw Normal View History

2017-11-15 17:59:24 +01:00
before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
2017-11-15 17:05:51 +01:00
image: docker.io/rqcd/centos-7.2.1511-buildtools:latest
stages:
- build
build-centos:
stage: build
script:
2017-11-20 21:53:50 +01:00
- source /opt/rh/devtoolset-6/enable
2017-11-15 17:05:51 +01:00
- mkdir build
- cd build
- cmake3 ..
- make -j2
- make test