mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
14 lines
286 B
Bash
14 lines
286 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
bash ./ci/docker/debian/install-deps.sh
|
||
|
|
||
|
bash ./ci/scripts/install-rust.sh
|
||
|
|
||
|
# Configure git for various usage
|
||
|
git config --global user.email "gstreamer@gstreamer.net"
|
||
|
git config --global user.name "Gstbuild Runner"
|
||
|
|
||
|
bash ./ci/scripts/create-subprojects-cache.sh
|