2020-07-10 09:16:35 +00:00
|
|
|
#! /bin/bash
|
|
|
|
|
2019-09-09 13:01:08 +00:00
|
|
|
set -eux
|
2018-11-25 00:03:29 +00:00
|
|
|
|
|
|
|
# Configure git for various usage
|
2020-10-24 17:56:22 +00:00
|
|
|
git config --global user.email "gstreamer@gstreamer.net"
|
2018-11-25 00:03:29 +00:00
|
|
|
git config --global user.name "Gstbuild Runner"
|
|
|
|
|
2023-10-24 03:46:36 +00:00
|
|
|
bash ./ci/docker/fedora/install-deps.sh
|
2020-12-16 15:16:39 +00:00
|
|
|
|
2023-10-24 03:46:36 +00:00
|
|
|
bash ./ci/docker/fedora/install-gdk-pixbuf.sh
|
2023-09-29 13:18:55 +00:00
|
|
|
|
2023-10-24 03:46:36 +00:00
|
|
|
bash ./ci/docker/fedora/install-wayland-protocols.sh
|
2021-09-27 06:41:10 +00:00
|
|
|
|
2023-10-24 03:46:36 +00:00
|
|
|
bash ./ci/docker/fedora/install-rust.sh
|
2021-12-02 22:57:09 +00:00
|
|
|
|
2023-10-24 03:46:36 +00:00
|
|
|
bash ./ci/docker/fedora/virtme-fluster-setup.sh
|
2021-09-27 06:41:10 +00:00
|
|
|
|
2023-10-24 03:46:36 +00:00
|
|
|
bash ./ci/docker/fedora/create-subprojects-cache.sh
|