Browse Source

Faster feedback, CI Coming Soon

pull/5/head
Duke Leto 3 years ago
parent
commit
6ed55cc5a4
  1. 6
      build.sh

6
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 $@

Loading…
Cancel
Save