attempt to fix building process #4

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 14:07:27 +01:00
parent 86237330e9
commit 4a86188c69
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: gcc:latest
image: rikorose/gcc-cmake:latest
stages:
- build
@ -6,5 +6,4 @@ stages:
build:
stage: build
script:
- apt update && apt install -y cmake
- mkdir -p build bin debug && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j