I don't know what these changes are supposed to accomplish but somebody told me to make them.

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 13:36:17 +01:00
parent f8384b3561
commit c70dbf01aa

View File

@ -6,6 +6,6 @@ stages:
build: build:
stage: build stage: build
script: script:
- apt install -y gcc
- gcc --version - gcc --version
- apk add --update glfw-dev freeglut-dev mesa-dev
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j - mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j