attempt to fix building process #3

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 14:05:31 +01:00
parent e514bf8faa
commit 86237330e9
1 changed files with 1 additions and 1 deletions

View File

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