]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Introduce $(CI_BUILD_SCRIPT)
authorAndrea Bolognani <abologna@redhat.com>
Thu, 15 Aug 2019 12:28:17 +0000 (14:28 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 21 Aug 2019 16:58:22 +0000 (18:58 +0200)
commit0d1aecdd6a61dc734bf2d2ebdff846f156d60c10
tree6d3386fb9c7a2c591956f30d3c7f78e4a0501cd3
parenta79ae3b9a96b2957255a67cc8e06c6bc47125490
ci: Introduce $(CI_BUILD_SCRIPT)

Instead of hardcoding build instructions into the Makefile,
move them to a separate script that's mounted into the
container.

This gives us a couple of advantages: we no longer have to
deal with the awkward quoting required when embedding shell
code in a Makefile, and we also provide the users with a way
to override the default build instructions with their own.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Makefile.am
ci/Makefile
ci/build.sh [new file with mode: 0644]