Mesa (master): Appveyor/Meson: Add build test of osmesa gallium

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 19 14:44:48 UTC 2019


Module: Mesa
Branch: master
Commit: 48d617118a1114f982a0029b95fe518b72670024
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48d617118a1114f982a0029b95fe518b72670024

Author: Prodea Alexandru-Liviu <liviuprodea at yahoo.com>
Date:   Sat Oct 19 14:44:44 2019 +0000

Appveyor/Meson: Add build test of osmesa gallium
Signed-off-by: Prodea Alexandru-Liviu <liviuprodea at yahoo.com>
Acked-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 .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




More information about the mesa-commit mailing list