Finally fixed building process in GitlabCI

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 13:39:45 +01:00
parent 3285a8a85c
commit a8441053ad
1 changed files with 1 additions and 1 deletions

View File

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