aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProdea Alexandru-Liviu <liviuprodea@yahoo.com>2019-10-19 14:44:44 +0000
committerEric Engestrom <eric@engestrom.ch>2019-10-19 14:44:44 +0000
commit48d617118a1114f982a0029b95fe518b72670024 (patch)
treed3a6b7b940d6ef5b2fab09a5fc6d85a841b1cdbd
parent3f8f52b241e3f8bf31344f52c2c8faa32b05e804 (diff)
downloadexternal_mesa3d-48d617118a1114f982a0029b95fe518b72670024.tar.gz
external_mesa3d-48d617118a1114f982a0029b95fe518b72670024.tar.bz2
external_mesa3d-48d617118a1114f982a0029b95fe518b72670024.zip
Appveyor/Meson: Add build test of osmesa gallium
Signed-off-by: Prodea Alexandru-Liviu <liviuprodea@yahoo.com> Acked-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--.appveyor/appveyor_msvc.bat2
1 files changed, 1 insertions, 1 deletions
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