$(rm -rvf .)
This commit is contained in:
parent
5da1da4e15
commit
f2ce822b24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user