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:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-04-21 13:19:38 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-04-27 13:19:08 +0300
commit54586c6ecc62ba78ee5b20452ccc5e0fbd1e49ce (patch)
tree2e509dfddedb0877a40851f2a5be1986d94b76a2 /ci
parent957aac94aeb255b7cab1b02fb92d1f5b4d6814ee (diff)
ci: use fdo template
Build our own images based on the ones used by gstreamer-rs ci. Fix #109 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/321>
Diffstat (limited to 'ci')
-rw-r--r--ci/env.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/env.sh b/ci/env.sh
new file mode 100644
index 000000000..0692b9d1b
--- /dev/null
+++ b/ci/env.sh
@@ -0,0 +1,8 @@
+export RUSTUP_HOME='/usr/local/rustup'
+export PATH=$PATH:/usr/local/cargo/bin
+
+export PKG_CONFIG_PATH=/usr/local/lib/x86_64-linux-gnu/pkgconfig
+export GST_PLUGIN_SYSTEM_PATH=/usr/local/lib/x86_64-linux-gnu/gstreamer-1.0
+export GST_PLUGIN_SCANNER=/usr/local/libexec/gstreamer-1.0/gst-plugin-scanner
+export PATH=$PATH:/usr/local/bin
+export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH