| ... | ... | @@ -23,4 +23,4 @@ cd %ZIGBUILDDIR% |
| 23 | 23 | cmake.exe .. -Thost=x64 -G"Visual Studio 14 2015 Win64" "-DCMAKE_INSTALL_PREFIX=%ZIGBUILDDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b |
| 24 | 24 | msbuild /p:Configuration=Release INSTALL.vcxproj || exit /b |
| 25 | 25 | |
| 26 | | bin\zig.exe build --build-file ..\build.zig test -Dskip-release-small -Dskip-release-safe || exit /b |
| 26 | bin\zig.exe build --build-file ..\build.zig test -Dskip-release || exit /b |