ci: set -e in all shell scripts

Otherwise errors are silently ignored.
This commit is contained in:
Sebastian Dröge 2020-07-28 09:47:44 +03:00
parent 4d19fbb58d
commit 7255c1d204

View file

@ -1,3 +1,5 @@
set -e
RELEASE=0.7.1
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE