ci: bare-metal: make it possible to use a script for serial
[mesa.git] / .appveyor / appveyor_msvc.bat
index 0f0e1e17aafb4cc0927d89d12f799b7965d08967..1ff4fa62521ab87153c877312b755cf82fce7bc9 100644 (file)
@@ -16,7 +16,7 @@ if "%buildsystem%" == "scons" (
     call scons --version
 ) else (
     python --version
-    python -m pip install Mako==1.0.7 meson
+    python -m pip install Mako meson
     meson --version
 
     rem Install pkg-config, which meson requires even on windows
@@ -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