mirror of
https://github.com/facebook/zstd.git
synced 2025-12-10 00:06:51 -05:00
commented src archive lines
This commit is contained in:
parent
b1f898ec82
commit
b94d08c566
10
appveyor.yml
10
appveyor.yml
@ -82,15 +82,17 @@
|
|||||||
sh -c "%SCRIPT%" &&
|
sh -c "%SCRIPT%" &&
|
||||||
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
||||||
ECHO Creating artifacts &&
|
ECHO Creating artifacts &&
|
||||||
ECHO %cd% &&
|
REM ECHO %cd% &&
|
||||||
make clean && 7z a -ttar -so zstd-src.tar * &&
|
REM make clean &&
|
||||||
|
REM 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 &&
|
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 .. && zstd --ultra -22 zstd-src.tar &&
|
cd .. &&
|
||||||
appveyor PushArtifact zstd-src.tar.zst &&
|
REM programs\zstd --ultra -22 zstd-src.tar &&
|
||||||
|
REM appveyor PushArtifact zstd-src.tar.zst &&
|
||||||
cd bin\ && 7z a -tzip -mx9 zstd-win-release-%PLATFORM%.zip * &&
|
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