]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated appveyor.yml
authorinikep <inikep@gmail.com>
Tue, 31 May 2016 09:46:16 +0000 (11:46 +0200)
committerinikep <inikep@gmail.com>
Tue, 31 May 2016 09:46:16 +0000 (11:46 +0200)
appveyor.yml

index 724d0136e9f1a2d78663ef8ef6963d100985df52..3d46ddc19b384d325479df3ee18328fa85269bac 100644 (file)
@@ -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% &&