attempt to fix building process

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 14:03:52 +01:00
parent 69dcba5820
commit d66c50153d
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ stages:
build:
stage: build
script:
- apk add --update cmake
- mkdir -p build bin debug && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j