surfaces-unies/.gitlab-ci.yml
2018-11-02 13:13:23 +01:00

11 lines
192 B
YAML

image: docker pull jamesbrink/opengl
stages:
- build
build:
stage: build
script:
- gcc --version
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j