attempt to fix building process on gitlab #9
This commit is contained in:
parent
3b7d4d0314
commit
6fd5d4503e
@ -1,4 +1,4 @@
|
|||||||
image: docker pull thewtex/opengl:latest
|
image: docker pull rikorose/gcc-cmake:gcc-8
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@ -6,5 +6,6 @@ stages:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- apt update && apt install libmesa-dev && apt-file update && apt-file search "gl.h"
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
|
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
|
||||||
|
Loading…
x
Reference in New Issue
Block a user