surfaces-unies/.gitlab-ci.yml

11 lines
196 B
YAML

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