From 4d344934501cbcdf87c3532c5bf845290dbcc71e Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 20 Jun 2023 16:19:42 +0200 Subject: [PATCH] ci: fix indentation --- .github/workflows/cibuild.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cibuild.sh b/.github/workflows/cibuild.sh index 9b70dc36ce..00fae0ab82 100755 --- a/.github/workflows/cibuild.sh +++ b/.github/workflows/cibuild.sh @@ -1,5 +1,5 @@ #!/bin/bash - + set -ex PHASES=(${@:-CONFIGURE MAKE INSTALL CHECK DISTCHECK}) @@ -104,9 +104,9 @@ for phase in "${PHASES[@]}"; do CXXFLAGS+=(-shared-libasan) fi - if [[ "$HOST_TRIPLET" != "" ]]; then - opts+=(--host "$HOST_TRIPLET") - fi + if [[ "$HOST_TRIPLET" != "" ]]; then + opts+=(--host "$HOST_TRIPLET") + fi git config --global --add safe.directory "$PWD" git clean -xdf @@ -128,9 +128,9 @@ for phase in "${PHASES[@]}"; do ninja -C build ;; CODECHECK) - make checklibdoc - make checkxalloc - ;; + make checklibdoc + make checkxalloc + ;; CHECK) if [[ "$SANITIZE" == "yes" ]]; then # All the following black magic is to make test/eject/umount work, since -- 2.47.2