surfaces-unies/.gitlab-ci.yml

12 lines
288 B
YAML
Raw Normal View History

image: docker pull rikorose/gcc-cmake:gcc-8
2018-10-21 20:03:30 +00:00
stages:
- build
build:
stage: build
script:
- apt update && apt install libmesa-dev && apt-file update && apt-file search "gl.h"
2018-10-21 20:03:30 +00:00
- gcc --version
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j