Here be Dragons

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 13:37:17 +01:00
parent c70dbf01aa
commit 543bfffe35

View File

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