attempt to fix building process #2

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 14:04:48 +01:00
parent d66c50153d
commit e514bf8faa
1 changed files with 1 additions and 1 deletions

View File

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