From 705154a09d599b2debe09e90f51e2e332e6bb930 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 3 Aug 2021 21:14:04 +0100 Subject: [PATCH] ci: Use consistent YAML indendation Signed-off-by: Daniel Stone --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e35639..50c3244 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -205,19 +205,19 @@ armv7-debian-container_prep: # Full build and test. .do-build: extends: - - .ci-rules + - .ci-rules stage: "Build and test" script: - - cd "$BUILDDIR" - - meson --prefix="$PREFIX" -Db_sanitize=address,undefined -Dicon_directory=/usr/share/X11/icons .. - - ninja -k0 test - - ninja clean + - cd "$BUILDDIR" + - meson --prefix="$PREFIX" -Db_sanitize=address,undefined -Dicon_directory=/usr/share/X11/icons .. + - ninja -k0 test + - ninja clean artifacts: name: wayland-meson-$CI_COMMIT_SHA-$CI_JOB_ID when: always paths: - - build-meson/meson-logs - - prefix-* + - build-meson/meson-logs + - prefix-* # Full build and test. -- 2.7.4