From bd16b8caec9db06d02d0eb081dd6ff79feaf9cb1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 17 Oct 2022 18:31:07 +0300 Subject: [PATCH 44/44] CI: Add stub-client build to meson builds See osdn #45824 Signed-off-by: Marko Lindqvist --- scripts/ci-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index c28444f1d4..f24a2cd332 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -47,7 +47,7 @@ cd build meson .. \ -Dprefix=${HOME}/freeciv/meson \ -Ddebug=true \ - -Dclients='gtk3.22','qt','sdl2','gtk4' \ + -Dclients='gtk3.22','qt','sdl2','gtk4','stub' \ -Dfcmp='gtk3','qt','cli','gtk4' \ -Dqtver=qt6 ninja @@ -95,7 +95,7 @@ meson .. \ -Ddebug=true \ -Druledit=false \ -Dsyslua=true \ - -Dclients=gtk3.22 \ + -Dclients='gtk3.22','stub' \ -Dfcmp=gtk3 \ || (let meson_exit_status=$? \ && echo "meson.log:" \ -- 2.35.1