attempt to fix building process on gitlab #9

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 13:18:03 +01:00
parent 3b7d4d0314
commit 6fd5d4503e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
image: docker pull thewtex/opengl:latest
image: docker pull rikorose/gcc-cmake:gcc-8
stages:
- build
@ -6,5 +6,6 @@ stages:
build:
stage: build
script:
- apt update && apt install libmesa-dev && apt-file update && apt-file search "gl.h"
- gcc --version
- mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j