Appveyor build artefact creates zipped cli binary
This commit is contained in:
+2
-2
@@ -88,8 +88,8 @@
|
|||||||
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
|
||||||
lib\dll\example\build_package.bat &&
|
lib\dll\example\build_package.bat &&
|
||||||
make -C programs DEBUGFLAGS= clean zstd &&
|
make -C programs DEBUGFLAGS= clean zstd &&
|
||||||
cp programs\zstd.exe zstd_%PLATFORM%.exe &&
|
7z a -tzip zstd-win-binary-%PLATFORM%.zip programs\zstd.exe &&
|
||||||
appveyor PushArtifact zstd_%PLATFORM%.exe &&
|
appveyor PushArtifact zstd-win-binary-%PLATFORM%.zip &&
|
||||||
cp programs\zstd.exe bin\zstd.exe &&
|
cp programs\zstd.exe bin\zstd.exe &&
|
||||||
cd bin\ && 7z a -tzip zstd-win-release-%PLATFORM%.zip * &&
|
cd bin\ && 7z a -tzip 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