From afe6316d32d0e61687c58d152207252bdc33dad7 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 12 Sep 2018 17:36:24 -0400 Subject: [PATCH] appveyor: skip release-safe to save time appveyor is taking longer than 1 hour to run the tests --- ci/appveyor/build_script.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/appveyor/build_script.bat b/ci/appveyor/build_script.bat index f2d217894f..1117a8f629 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 || exit /b +bin\zig.exe build --build-file ..\build.zig test -Dskip-release-small -Dskip-release-safe || exit /b