]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Appveyor build artefact creates zipped cli binary
authorYann Collet <cyan@fb.com>
Fri, 5 May 2017 00:30:37 +0000 (17:30 -0700)
committerYann Collet <cyan@fb.com>
Fri, 5 May 2017 00:30:37 +0000 (17:30 -0700)
appveyor.yml

index 29eb1ac53c61657cd9e92dc3b32dcf09be308495..df7567b8e2c4344961300e88db3c5cd01caaec43 100644 (file)
@@ -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