commit 77fd147b26b8213038ea60dc9eb990bbf871f3d6 (tree)
parent d332311e53a074eef77c61412ee59b5f5fdc3891
Author: Andrew Kelley <superjoe30@gmail.com>
Date: Thu, 13 Sep 2018 11:26:13 -0400
appveyor: skip all release tests to save time
appveyor is taking longer than 1 hour to run the tests
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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