diff options
author | Prodea Alexandru-Liviu <[email protected]> | 2019-10-19 14:44:44 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-19 14:44:44 +0000 |
commit | 48d617118a1114f982a0029b95fe518b72670024 (patch) | |
tree | d3a6b7b940d6ef5b2fab09a5fc6d85a841b1cdbd /.appveyor | |
parent | 3f8f52b241e3f8bf31344f52c2c8faa32b05e804 (diff) |
Appveyor/Meson: Add build test of osmesa gallium
Signed-off-by: Prodea Alexandru-Liviu <[email protected]>
Acked-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to '.appveyor')
-rw-r--r-- | .appveyor/appveyor_msvc.bat | 2 |
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 |