From bff243d7f319ca66df6424863314289e94ba30ba Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 18 Oct 2021 08:28:04 +1000 Subject: [PATCH] ci: clarify a debug message Where MESON_OPTIONS is empty, the single line "Building with" is not particularly self-explanatory. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 219ea5f95..95b6f721b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,7 +121,7 @@ include: - export BUILD_DIR="$PWD/build-$BUILD_ID" - export XDG_RUNTIME_DIR="$(mktemp -p $PWD -d xdg-runtime-XXXXXX)" script: - - echo "Building with $MESON_OPTIONS" + - echo "Building with meson options $MESON_OPTIONS" - meson "$BUILD_DIR" . --prefix="$PREFIX" $MESON_OPTIONS - ninja -C "$BUILD_DIR" - ninja -C "$BUILD_DIR" test @@ -238,7 +238,7 @@ valgrind: extends: - .build_on_fedora script: - - echo "Building with $MESON_OPTIONS" + - echo "Building with meson options $MESON_OPTIONS" - meson "$BUILD_DIR" . --prefix="$PREFIX" $MESON_OPTIONS - meson test -C "$BUILD_DIR" --setup=valgrind