aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/install.sh2
-rw-r--r--ci/script.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 6e7fcc2..efb4882 100644
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -1,4 +1,4 @@
-set -ex
+set -euxo pipefail
main() {
case $TARGET in
diff --git a/ci/script.sh b/ci/script.sh
index 5b9cea7..6b85502 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -1,4 +1,4 @@
-set -ex
+set -euxo pipefail
main() {
if [ $TARGET = x86_64-unknown-linux-gnu ]; then