gitlab: correct the name of the ninja package
This commit is contained in:
parent
d5201cba01
commit
ec9b0a4797
@ -7,7 +7,7 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt -y install cmake ninja
|
- apt -y install cmake ninja-build
|
||||||
script:
|
script:
|
||||||
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON
|
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user