surfaces-unies/.gitlab-ci.yml

12 lines
246 B
YAML
Raw Normal View History

image: rikorose/gcc-cmake:gcc-8
2018-10-21 20:03:30 +00:00
stages:
- build
build:
stage: build
script:
- gcc --version
- sudo apt update && sudo apt install freeglut glfw -y
2018-10-21 20:03:30 +00:00
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j