From: inikep Date: Tue, 31 May 2016 09:46:16 +0000 (+0200) Subject: updated appveyor.yml X-Git-Tag: v0.7.0^2~37^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57b418214f47cd8ef1e9e44476555e3a676f114;p=thirdparty%2Fzstd.git updated appveyor.yml --- diff --git a/appveyor.yml b/appveyor.yml index 724d0136e..3d46ddc19 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -92,11 +92,10 @@ test_script: - if [%COMPILER%]==[visual] if [%CONFIGURATION%]==[Release] ( CD programs && SET ZSTD=./zstd.exe && - SET DATAGEN=./datagen.exe && sh -e playTests.sh --test-large-data && + fullbench.exe -i1 && + fullbench.exe -i1 -P0 && CD .. && - projects\fullbench.exe -i1 && - projects\fullbench.exe -i1 -P0 && projects\fuzzer_VS2008_%PLATFORM%_Release.exe %FUZZERTEST% && projects\fuzzer_VS2010_%PLATFORM%_Release.exe %FUZZERTEST% && projects\fuzzer_VS2012_%PLATFORM%_Release.exe %FUZZERTEST% &&