cnorxz/.gitlab-ci.yml
Christian Zimmermann 627fa9eb1a try to fix pipeline 8
2022-12-04 18:57:44 +01:00

16 lines
No EOL
244 B
YAML

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