attempt to fix building process on gitlab

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 13:03:10 +01:00
parent 2163a0e204
commit ae8f7e540e

View File

@ -7,4 +7,5 @@ build:
stage: build stage: build
script: script:
- gcc --version - gcc --version
- sudo apt update && sudo apt install freeglut glfw -y
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j - mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j