This commit is contained in:
Phuntsok Drak-pa 2018-11-02 13:22:28 +01:00
commit 875feff947
1 changed files with 2 additions and 2 deletions

View File

@ -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