appveyor: skip all release tests to save time

appveyor is taking longer than 1 hour to run the tests
master
Andrew Kelley 2018-09-13 11:26:13 -04:00
parent d332311e53
commit 77fd147b26
No known key found for this signature in database
GPG Key ID: 4E7CD66038A4D47C
1 changed files with 1 additions and 1 deletions

View File

@ -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