cnorxz/.gitlab-ci.yml

17 lines
308 B
YAML
Raw Normal View History

2017-11-15 17:59:24 +01:00
before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
2018-11-26 16:34:12 +01:00
image: docker.io/rqcd/centos-latest-buildtools:latest
2017-11-15 17:05:51 +01:00
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