mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
make build script exit with non-zero status on error
This commit is contained in:
parent
05046a5f21
commit
d6dca1368a
2 changed files with 3 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -o pipefail
|
||||||
source ./utils.sh
|
source ./utils.sh
|
||||||
pushd $(pwd)
|
pushd $(pwd)
|
||||||
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
1
monero
Submodule
1
monero
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0b93dd39dbad9f29af6ea9f5800ced17b7c60ec9
|
Loading…
Reference in a new issue