created zstd archive from git archive
This commit is contained in:
+7
-4
@@ -83,15 +83,18 @@
|
|||||||
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
||||||
ECHO Creating artifacts &&
|
ECHO Creating artifacts &&
|
||||||
ECHO %cd% &&
|
ECHO %cd% &&
|
||||||
svn export https://github.com/facebook/zstd/branches/master &&
|
|
||||||
7z a -ttar zstd-src.tar master &&
|
|
||||||
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 &&
|
||||||
appveyor PushArtifact zstd-win-binary-%PLATFORM%.zip &&
|
appveyor PushArtifact zstd-win-binary-%PLATFORM%.zip &&
|
||||||
cp zstd.exe ..\bin\zstd.exe &&
|
cp zstd.exe ..\bin\zstd.exe &&
|
||||||
cd .. &&
|
git clone --depth 1 --branch master https://github.com/facebook/zstd &&
|
||||||
cd bin\ && 7z a -tzip -mx9 zstd-win-release-%PLATFORM%.zip * &&
|
cd zstd &&
|
||||||
|
git archive --format=tar master -o zstd-src.tar &&
|
||||||
|
..\zstd -19 zstd-src.tar &&
|
||||||
|
appveyor PushArtifact zstd-src.tar.zst &&
|
||||||
|
cd ..\..\bin\ &&
|
||||||
|
7z a -tzip -mx9 zstd-win-release-%PLATFORM%.zip * &&
|
||||||
appveyor PushArtifact zstd-win-release-%PLATFORM%.zip
|
appveyor PushArtifact zstd-win-release-%PLATFORM%.zip
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user