From 48d617118a1114f982a0029b95fe518b72670024 Mon Sep 17 00:00:00 2001 From: Prodea Alexandru-Liviu Date: Sat, 19 Oct 2019 14:44:44 +0000 Subject: Appveyor/Meson: Add build test of osmesa gallium Signed-off-by: Prodea Alexandru-Liviu Acked-by: Eric Engestrom Reviewed-by: Dylan Baker --- .appveyor/appveyor_msvc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor/appveyor_msvc.bat b/.appveyor/appveyor_msvc.bat index 0f0e1e17aaf..695eb0f6d74 100644 --- a/.appveyor/appveyor_msvc.bat +++ b/.appveyor/appveyor_msvc.bat @@ -50,7 +50,7 @@ if "%buildsystem%" == "scons" ( rem We use default-library as static to affect any wraps (such as expat and zlib) rem it would be better if we could set subprojects buildtype independently, rem but I haven't written that patch yet :) - call meson builddir --backend=vs2017 --default-library=static -Dbuild-tests=true -Db_vscrt=mtd --buildtype=release -Dllvm=true -Dgallium-drivers=swrast + call meson builddir --backend=vs2017 --default-library=static -Dbuild-tests=true -Db_vscrt=mtd --buildtype=release -Dllvm=true -Dgallium-drivers=swrast -Dosmesa=gallium pushd builddir call msbuild mesa.sln /m popd -- cgit v1.2.3