cnorxz/.gitlab-ci.yml
Christian Zimmermann 9fad49a2eb try to fix pipeline 2
2022-12-04 17:49:17 +01:00

17 lines
No EOL
303 B
YAML

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