cnorxz/.gitlab-ci.yml
Christian Zimmermann a8fad26cfa try to fix pipeline 4
2022-12-04 18:44:35 +01:00

17 lines
No EOL
287 B
YAML

before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
image: 88plug/gcc-8-ubuntu-18.04
stages:
- build
build-centos:
stage: build
script:
- source /opt/rh/devtoolset-8/enable
- mkdir build
- cd build
- cmake3 ..
- make -j2
- make test