merge
This commit is contained in:
commit
875feff947
@ -1,4 +1,4 @@
|
||||
image: rikorose/gcc-cmake:gcc-8
|
||||
image: docker pull rikorose/gcc-cmake:gcc-8
|
||||
|
||||
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
|
||||
- sudo apt update && sudo apt install libmesa-dev -y && apt-file update && apt-file search "gl.h"
|
||||
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
|
||||
|
Loading…
Reference in New Issue
Block a user