From: Yann Collet Date: Fri, 23 Mar 2018 23:23:23 +0000 (-0700) Subject: commented src archive lines X-Git-Tag: v1.3.4~1^2~3^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94d08c566fb6f658a2c53d992662cfee1647480;p=thirdparty%2Fzstd.git commented src archive lines --- diff --git a/appveyor.yml b/appveyor.yml index 07ce12ca0..c2760b0e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,15 +82,17 @@ sh -c "%SCRIPT%" && ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true] ECHO Creating artifacts && - ECHO %cd% && - make clean && 7z a -ttar -so zstd-src.tar * && + 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 .. && zstd --ultra -22 zstd-src.tar && - appveyor PushArtifact zstd-src.tar.zst && + 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 )