forked from mirrors/gstreamer-rs
ci: set -e
in all shell scripts
Otherwise errors are silently ignored.
This commit is contained in:
parent
1d3df7eaa5
commit
01397b213d
3 changed files with 5 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2020-07-28.0'
|
GST_RS_IMG_TAG: '2020-07-28.1'
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
set -e
|
||||||
|
|
||||||
pip3 install meson==0.55.0
|
pip3 install meson==0.55.0
|
||||||
|
|
||||||
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master
|
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
source ./ci/env.sh
|
source ./ci/env.sh
|
||||||
|
|
||||||
|
set -e
|
||||||
export CARGO_HOME='/usr/local/cargo'
|
export CARGO_HOME='/usr/local/cargo'
|
||||||
|
|
||||||
RUSTUP_VERSION=1.22.1
|
RUSTUP_VERSION=1.22.1
|
||||||
|
|
Loading…
Reference in a new issue