diff --git a/ci/appveyor/build_script.bat b/ci/appveyor/build_script.bat index 1117a8f6290d5e3268c93479733c6399f398d6bf..c8134558f9e02aae31cadc67727f765d8af05e39 100644 --- a/ci/appveyor/build_script.bat +++ b/ci/appveyor/build_script.bat @@ -23,4 +23,4 @@ cd %ZIGBUILDDIR% cmake.exe .. -Thost=x64 -G"Visual Studio 14 2015 Win64" "-DCMAKE_INSTALL_PREFIX=%ZIGBUILDDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b msbuild /p:Configuration=Release INSTALL.vcxproj || exit /b -bin\zig.exe build --build-file ..\build.zig test -Dskip-release-small -Dskip-release-safe || exit /b +bin\zig.exe build --build-file ..\build.zig test -Dskip-release || exit /b