git clone for clean src tar
parent
a59dac279a
commit
17e937bcd0
|
@ -83,8 +83,8 @@
|
|||
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
||||
ECHO Creating artifacts &&
|
||||
ECHO %cd% &&
|
||||
make clean &&
|
||||
7z a -ttar zstd-src.tar * &&
|
||||
git clone --depth 1 --branch %APPVEYOR_REPO_BRANCH% https://github.com/facebook/zstd"
|
||||
7z a -ttar zstd-src.tar zstd &&
|
||||
lib\dll\example\build_package.bat &&
|
||||
cd programs\ && make DEBUGFLAGS= clean zstd &&
|
||||
7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&
|
||||
|
|
Loading…
Reference in New Issue