1
0
mirror of https://github.com/facebook/zstd.git synced 2025-09-02 15:41:31 +03:00

updated appveyor.yml

This commit is contained in:
inikep
2016-05-31 11:46:16 +02:00
parent 1dcb2ff23f
commit d57b418214

View File

@@ -92,11 +92,10 @@ test_script:
- if [%COMPILER%]==[visual] if [%CONFIGURATION%]==[Release] ( - if [%COMPILER%]==[visual] if [%CONFIGURATION%]==[Release] (
CD programs && CD programs &&
SET ZSTD=./zstd.exe && SET ZSTD=./zstd.exe &&
SET DATAGEN=./datagen.exe &&
sh -e playTests.sh --test-large-data && sh -e playTests.sh --test-large-data &&
fullbench.exe -i1 &&
fullbench.exe -i1 -P0 &&
CD .. && CD .. &&
projects\fullbench.exe -i1 &&
projects\fullbench.exe -i1 -P0 &&
projects\fuzzer_VS2008_%PLATFORM%_Release.exe %FUZZERTEST% && projects\fuzzer_VS2008_%PLATFORM%_Release.exe %FUZZERTEST% &&
projects\fuzzer_VS2010_%PLATFORM%_Release.exe %FUZZERTEST% && projects\fuzzer_VS2010_%PLATFORM%_Release.exe %FUZZERTEST% &&
projects\fuzzer_VS2012_%PLATFORM%_Release.exe %FUZZERTEST% && projects\fuzzer_VS2012_%PLATFORM%_Release.exe %FUZZERTEST% &&