From: Yann Collet Date: Fri, 5 May 2017 00:30:37 +0000 (-0700) Subject: Appveyor build artefact creates zipped cli binary X-Git-Tag: v1.3.0~1^2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9203dab529cdd8c46bdb9b3dd5d6a6cfd3c27fab;p=thirdparty%2Fzstd.git Appveyor build artefact creates zipped cli binary --- diff --git a/appveyor.yml b/appveyor.yml index 29eb1ac53..df7567b8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -88,8 +88,8 @@ ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true] lib\dll\example\build_package.bat && make -C programs DEBUGFLAGS= clean zstd && - cp programs\zstd.exe zstd_%PLATFORM%.exe && - appveyor PushArtifact zstd_%PLATFORM%.exe && + 7z a -tzip zstd-win-binary-%PLATFORM%.zip programs\zstd.exe && + appveyor PushArtifact zstd-win-binary-%PLATFORM%.zip && cp programs\zstd.exe bin\zstd.exe && cd bin\ && 7z a -tzip zstd-win-release-%PLATFORM%.zip * && appveyor PushArtifact zstd-win-release-%PLATFORM%.zip