surfaces-unies/.gitlab-ci.yml
Phuntsok Drak-pa 5da1da4e15 auieauie
2018-11-02 13:26:32 +01:00

12 lines
273 B
YAML

image: thewtex/opengl:latest
stages:
- build
build:
stage: build
script:
- apt update && apt install libmesa-dev && apt-file update && apt-file search "gl.h"
- gcc --version
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j