gitlab: correct the name of the ninja package

This commit is contained in:
Danny Robson 2018-06-20 12:34:51 +10:00
parent d5201cba01
commit ec9b0a4797

View File

@ -7,7 +7,7 @@ build:
stage: build
before_script:
- apt update
- apt -y install cmake ninja
- apt -y install cmake ninja-build
script:
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLTO=ON -DTESTS=ON