authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-12 17:36:24-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-12 17:36:24-04:00
logafe6316d32d0e61687c58d152207252bdc33dad7
treee8a4cd25975ab6bc16ec5f4a0ce0fbcfb6dc029f
parent0dbbc91bc92fa23f7290e8bee2d9114b2c41d218
signaturelock-open Commit is signed but in an unrecognized format.

appveyor: skip release-safe to save time

appveyor is taking longer than 1 hour to run the tests

1 files changed, 1 insertions(+), 1 deletions(-)

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