Finally fixed building process in GitlabCI
This commit is contained in:
parent
3285a8a85c
commit
a8441053ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user