]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added tar command
authorYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 23:36:18 +0000 (16:36 -0700)
committerYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 23:36:18 +0000 (16:36 -0700)
appveyor.yml

index 5b914ae010e5e3c5c16c2aa81d4437bed7c1692b..76a5c99afec56ca18a3d476e5df58d570b62aebd 100644 (file)
@@ -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 &&