]> git.ipfire.org Git - thirdparty/libvirt.git/commit
gitlab-ci.yml: Replace all explicit calls to ninja with meson commands
authorErik Skultety <eskultet@redhat.com>
Fri, 27 Jan 2023 10:12:06 +0000 (11:12 +0100)
committerErik Skultety <eskultet@redhat.com>
Fri, 11 Aug 2023 13:09:04 +0000 (15:09 +0200)
commit99cc3f7aa928abb86f51f6efbaa6ba976ddd30af
treeb687c114aca5390493e8bf1d6086d2b2726a7281
parent4e381c3e1dbbb14dd745cb9e6dfa70bf4509845f
gitlab-ci.yml: Replace all explicit calls to ninja with meson commands

This is continuation of what commit b56e2be68e3 started. If we stick to
only calling meson commands directly, we can achieve much better
consistency in passing arguments to meson especially if we unify the
recipes run in gitlab CI and what we can currently run locally in
containers using docker/podman.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml