mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 13:17:58 +03:00
2ce3274ea5
This script is run before $(CI_BUILD_SCRIPT) and can be used to tweak the environment as necessary before the build starts. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
10 lines
278 B
Bash
10 lines
278 B
Bash
# This script is used to prepare the environment that will be used
|
|
# to build libvirt inside the container.
|
|
#
|
|
# You can customize it to your liking, or alternatively use a
|
|
# completely different script by passing
|
|
#
|
|
# CI_PREPARE_SCRIPT=/path/to/your/prepare/script
|
|
#
|
|
# to make.
|