cnorxz/.gitlab-ci.yml

16 lines
224 B
YAML
Raw Normal View History

2017-11-15 17:59:24 +01:00
before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
2022-12-04 18:59:52 +01:00
image: centos
2017-11-15 17:05:51 +01:00
stages:
- build
2022-12-04 18:57:44 +01:00
build-ubuntu:
2017-11-15 17:05:51 +01:00
stage: build
script:
- mkdir build
- cd build
2022-12-04 18:59:52 +01:00
- cmake ..
2017-11-15 17:05:51 +01:00
- make -j2
- make test