From: Yann Collet Date: Fri, 23 Mar 2018 23:36:18 +0000 (-0700) Subject: added tar command X-Git-Tag: v1.3.4~1^2~3^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59dac279a9d99095f0db4283a1133c0ada72618;p=thirdparty%2Fzstd.git added tar command --- diff --git a/appveyor.yml b/appveyor.yml index 5b914ae01..76a5c99af 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,6 +83,8 @@ ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true] ECHO Creating artifacts && ECHO %cd% && + make clean && + 7z a -ttar zstd-src.tar * && lib\dll\example\build_package.bat && cd programs\ && make DEBUGFLAGS= clean zstd && 7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&