surfaces-unies/.gitlab-ci.yml

11 lines
204 B
YAML
Raw Normal View History

image: docker pull nvidia/opengl:1.0-glvnd-devel
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