surfaces-unies/.gitlab-ci.yml
Phuntsok Drak-pa 543bfffe35 Here be Dragons
2018-11-02 13:37:17 +01:00

12 lines
221 B
YAML

image: nvidia/opengl:devel
stages:
- build
build:
stage: build
script:
- apt update && apt install -y gcc
- gcc --version
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j