]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Generalize running commands inside the container
authorAndrea Bolognani <abologna@redhat.com>
Thu, 15 Aug 2019 13:23:23 +0000 (15:23 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 21 Aug 2019 16:58:25 +0000 (18:58 +0200)
commit82c311013a28cdaf77cefbc32fcd2e8dfdf00949
tree65049a040e09f1a24fa80cb7e49d6a2108329df4
parent0d1aecdd6a61dc734bf2d2ebdff846f156d60c10
ci: Generalize running commands inside the container

Both for ci-build and ci-shell we want to execute basically
the same setup and cleanup logic, the only difference being
that for the former we then run the build script and with the
latter a shell.

Rework the targets so that they both call the generic
ci-run-command rule passing an appropriate $(CI_COMMAND).

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
ci/Makefile