Revert "create .tar.zst source package"
This reverts commit 929608146a439c4bd28b989a5af47cb9afce2af5.
This commit is contained in:
parent
929608146a
commit
f991897bb1
11
appveyor.yml
11
appveyor.yml
@ -80,17 +80,12 @@
|
|||||||
SET "LDFLAGS=../../zlib/libz.a" &&
|
SET "LDFLAGS=../../zlib/libz.a" &&
|
||||||
sh -c "%SCRIPT%" &&
|
sh -c "%SCRIPT%" &&
|
||||||
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
||||||
ECHO Creating artifacts &&
|
|
||||||
ECHO %cd% &&
|
|
||||||
make clean && 7z a -ttar -so zstd-src.tar * &&
|
|
||||||
lib\dll\example\build_package.bat &&
|
lib\dll\example\build_package.bat &&
|
||||||
cd programs\ && make DEBUGFLAGS= clean zstd &&
|
make -C programs DEBUGFLAGS= clean zstd &&
|
||||||
7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&
|
cd programs\ && 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 .. && zstd --ultra -22 zstd-src.tar &&
|
cd ..\bin\ && 7z a -tzip -mx9 zstd-win-release-%PLATFORM%.zip * &&
|
||||||
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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user