surfaces-unies/.gitlab-ci.yml
2018-10-22 13:48:48 +02:00

11 lines
173 B
YAML

image: gcc:latest
stages:
- build
build:
stage: build
script:
- gcc --version
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j