Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-07-28 09:47:44 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-07-28 09:47:44 +0300
commit7255c1d204e2c208a4e00a61b6e9f34f47e30e24 (patch)
tree57918fcd4cfc89f0e0eabec7186d2c547145e13a /ci
parent4d19fbb58d4e17814e46a6d2186d7c906984270c (diff)
ci: `set -e` in all shell scripts
Otherwise errors are silently ignored.
Diffstat (limited to 'ci')
-rw-r--r--ci/install-dav1d.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/install-dav1d.sh b/ci/install-dav1d.sh
index 12c0fe7ae..5c7cac975 100644
--- a/ci/install-dav1d.sh
+++ b/ci/install-dav1d.sh
@@ -1,3 +1,5 @@
+set -e
+
RELEASE=0.7.1
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE