$(rm -rvf .)

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 13:32:31 +01:00
parent 5da1da4e15
commit f2ce822b24
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: thewtex/opengl:latest
image: jamesbrink/opengl
stages:
- build
@ -6,6 +6,6 @@ stages:
build:
stage: build
script:
- apt update && apt install libmesa-dev && apt-file update && apt-file search "gl.h"
- gcc --version
- apk add --update glfw-dev freeglut-dev mesa-dev
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j