From 35561d4d1e2bc168affdadd74e73ae5321c43a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 29 Mar 2019 09:58:21 +0100 Subject: [PATCH] gitlab-ci: Simplify meson job script This way, the second ninja command line will be visible again as well in the job output. Reviewed-by: Eric Anholt --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdeb432c0..affb4d07d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,6 +79,5 @@ meson-build-and-test: XTEST_DIR: /root/xts script: - meson -Dprefix=/usr -Dxephyr=true build/ - - | - ninja -C build/ install - ninja -C build/ test + - ninja -C build/ install + - ninja -C build/ test