From 6ed55cc5a404e3422803fbda806d764b9935b282 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 10 Dec 2020 05:19:57 -0500 Subject: [PATCH] Faster feedback, CI Coming Soon --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2ae8514c3..1367218b6 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/bin/bash -# Copyright (c) 2019-2020 The Hush developers +# Copyright (c) 2016-2020 The Hush developers +# Distributed under the GPLv3 software license, see the accompanying +# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html set -eu -o pipefail -./zcutil/build.sh $@ +./zcutil/build.sh --disable-tests $@