cnorxz/.gitlab-ci.yml
Christian Zimmermann 8025f657d6 try to fix pipeline 6
2022-12-04 18:55:00 +01:00

16 lines
No EOL
225 B
YAML

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