[CI][cmake] Disable --test-large-data and shorten fuzzing time to 2 mins

This commit is contained in:
Nick Terrell
2020-12-10 13:33:34 -08:00
parent 0be843b200
commit bc3cda9b9f
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -162,6 +162,8 @@
- if [%TEST%]==[cmake] (
mkdir build\cmake\build &&
cd build\cmake\build &&
SET FUZZERTEST=-T2mn &&
SET ZSTREAM_TESTTIME=-T2mn &&
cmake -G "Visual Studio 14 2015 Win64" .. &&
cd ..\..\.. &&
make clean