surfaces-unies/.gitlab-ci.yml

11 lines
187 B
YAML
Raw Normal View History

image: rikorose/gcc-cmake:gcc-8
2018-10-21 20:03:30 +00:00
stages:
- build
build:
stage: build
script:
- gcc --version
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j