From ec9b0a479778aeb8b3d1497c5f170f58a09452c3 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 20 Jun 2018 12:34:51 +1000 Subject: [PATCH] gitlab: correct the name of the ninja package --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 647215a6..1453283a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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