Browse Source

Make build fail correctly when there is an error

chat
Duke Leto 4 years ago
parent
commit
6e1fd225f4
  1. 1
      build.sh

1
build.sh

@ -3,6 +3,7 @@
# Released under the GPLv3
set -e
set -x
UNAME=$(uname)
if [ "$UNAME" == "Linux" ] ; then

Loading…
Cancel
Save