attempt to fix building process #2
This commit is contained in:
parent
d66c50153d
commit
e514bf8faa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user