mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
ci: build.sh: Use 'meson setup' explicitly
Even though 'setup' is assumed when no other command is given, we're being explicit in our GitLab recipes, so do the same for the local build.sh script too. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -8,7 +8,7 @@ export VIR_TEST_DEBUG=1
|
|||||||
# populated at build time from the Dockerfile. A typical use case would
|
# populated at build time from the Dockerfile. A typical use case would
|
||||||
# be to pass options to trigger cross-compilation
|
# be to pass options to trigger cross-compilation
|
||||||
|
|
||||||
meson build --werror $MESON_OPTS $CI_MESON_ARGS || \
|
meson setup build --werror $MESON_OPTS $CI_MESON_ARGS || \
|
||||||
(cat build/meson-logs/meson-log.txt && exit 1)
|
(cat build/meson-logs/meson-log.txt && exit 1)
|
||||||
|
|
||||||
ninja -C build $CI_NINJA_ARGS
|
ninja -C build $CI_NINJA_ARGS
|
||||||
|
|||||||
Reference in New Issue
Block a user