surfaces-unies/.gitlab-ci.yml

11 lines
173 B
YAML
Raw Normal View History

2018-10-22 11:48:48 +00:00
image: gcc:latest
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