From 2cb3e42b7ea9ba6b169d02827475a6a19fd35b3b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 26 Jul 2023 01:00:48 +0200 Subject: use tabs consistently --- ci.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'ci.sh') diff --git a/ci.sh b/ci.sh index dd45b89..82bf069 100755 --- a/ci.sh +++ b/ci.sh @@ -4,28 +4,28 @@ set -o errexit -o nounset -o pipefail shopt -s inherit_errexit lastpipe test_build() { - docker-compose build --progress plain --pull "$@" + docker-compose build --progress plain --pull "$@" } test_build_clang() { - echo ---------------------------------------------------------------------- - echo Building w/ clang - echo ---------------------------------------------------------------------- - echo - test_build --build-arg COMPILER=clang + echo ---------------------------------------------------------------------- + echo Building w/ clang + echo ---------------------------------------------------------------------- + echo + test_build --build-arg COMPILER=clang } test_build_gcc() { - echo ---------------------------------------------------------------------- - echo Building w/ gcc - echo ---------------------------------------------------------------------- - echo - test_build --build-arg COMPILER=gcc + echo ---------------------------------------------------------------------- + echo Building w/ gcc + echo ---------------------------------------------------------------------- + echo + test_build --build-arg COMPILER=gcc } main() { - test_build_gcc - test_build_clang + test_build_gcc + test_build_clang } main -- cgit v1.2.3