chore: exit on command fail
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -x
|
||||
set -ex
|
||||
|
||||
name=leaf
|
||||
package=leaf-ffi
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -x
|
||||
set -ex
|
||||
|
||||
mode=release
|
||||
release_flag=--release
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
target=$1
|
||||
|
||||
if [[ "$target" == *"mips"* ]]; then
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -x
|
||||
set -ex
|
||||
|
||||
touch leaf/build.rs
|
||||
PROTO_GEN=1 cargo build -p leaf
|
||||
|
||||
Reference in New Issue
Block a user