added tar command
This commit is contained in:
parent
a75104d8f8
commit
a59dac279a
@ -83,6 +83,8 @@
|
|||||||
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
||||||
ECHO Creating artifacts &&
|
ECHO Creating artifacts &&
|
||||||
ECHO %cd% &&
|
ECHO %cd% &&
|
||||||
|
make clean &&
|
||||||
|
7z a -ttar zstd-src.tar * &&
|
||||||
lib\dll\example\build_package.bat &&
|
lib\dll\example\build_package.bat &&
|
||||||
cd programs\ && make DEBUGFLAGS= clean zstd &&
|
cd programs\ && make DEBUGFLAGS= clean zstd &&
|
||||||
7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&
|
7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&
|
||||||
|
Loading…
Reference in New Issue
Block a user