blob: 5982a4059df31d8bd26362cd19e5f5187458d5a6 [file] [log] [blame]
Dylan Baker19851c92019-10-23 14:36:19 -07001call "C:\Program Files (x86)\Microsoft Visual Studio\%VERSION%\Common7\Tools\VsDevCmd.bat" -arch=%ARCH%
2
3del /Q /S _build
4meson _build ^
5 -Dbuild-tests=true ^
6 -Db_vscrt=mtd ^
7 -Dbuildtype=release ^
8 -Dllvm=false ^
9 -Dgallium-drivers=swrast ^
10 -Dosmesa=gallium
11meson configure _build
12ninja -C _build
13ninja -C _build test