Re: [libvirt PATCH v2 1/2] ci: Switch to meson build system

2020-11-23 Thread Erik Skultety
On Fri, Nov 20, 2020 at 04:29:18PM +0100, Andrea Bolognani wrote: > On Mon, 2020-11-09 at 12:20 +0100, Erik Skultety wrote: > > First add the meson required bits to be able to run the build. > > NOTE: inspired by our gitlab-ci.yml > > This note seems unnecessary. > > > +++ b/ci/Makefile > > @@ -2

Re: [libvirt PATCH v2 1/2] ci: Switch to meson build system

2020-11-20 Thread Andrea Bolognani
On Mon, 2020-11-09 at 12:20 +0100, Erik Skultety wrote: > First add the meson required bits to be able to run the build. > NOTE: inspired by our gitlab-ci.yml This note seems unnecessary. > +++ b/ci/Makefile > @@ -227,6 +230,8 @@ ci-run-command@%: ci-prepare-tree > CI_CONFIGURE="$

[libvirt PATCH v2 1/2] ci: Switch to meson build system

2020-11-09 Thread Erik Skultety
First add the meson required bits to be able to run the build. NOTE: inspired by our gitlab-ci.yml Signed-off-by: Erik Skultety --- ci/Makefile | 10 -- ci/build.sh | 20 +--- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/ci/Makefile b/ci/Makefile index