cnorxz/.gitlab-ci.yml
Christian Zimmermann dcd2e4a87f try to fix pipeline 9
2022-12-04 18:59:52 +01:00

16 lines
No EOL
224 B
YAML

before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
image: centos
stages:
- build
build-ubuntu:
stage: build
script:
- mkdir build
- cd build
- cmake ..
- make -j2
- make test