attempt to fix building process on gitlab #2
This commit is contained in:
parent
ae8f7e540e
commit
e494d4ab4a
@ -7,5 +7,5 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- gcc --version
|
||||
- sudo apt update && sudo apt install freeglut glfw -y
|
||||
- sudo apt update && sudo apt install mesa-common-dev freeglut3-dev -y
|
||||
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
|
||||
|
Loading…
Reference in New Issue
Block a user