]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed src artifact lines
authorYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 23:24:54 +0000 (16:24 -0700)
committerYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 23:24:54 +0000 (16:24 -0700)
appveyor.yml

index c2760b0e8c0b5de5461ac9848f9b9cae8d32c18c..7a660c39fa0b8846323b0811fb0f114dae0ae420 100644 (file)
       sh -c "%SCRIPT%" &&
       ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
           ECHO Creating artifacts &&
-          REM ECHO %cd% &&
-          REM make clean &&
-          REM 7z a -ttar -so zstd-src.tar * &&
           lib\dll\example\build_package.bat &&
           cd programs\ && make DEBUGFLAGS= clean zstd &&
           7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&
           appveyor PushArtifact zstd-win-binary-%PLATFORM%.zip &&
           cp zstd.exe ..\bin\zstd.exe &&
           cd .. &&
-          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 * &&
           appveyor PushArtifact zstd-win-release-%PLATFORM%.zip
       )