From: Yann Collet Date: Fri, 23 Mar 2018 23:24:54 +0000 (-0700) Subject: removed src artifact lines X-Git-Tag: v1.3.4~1^2~3^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bc1aec477508100e6d85dfa2fb7048363af16a;p=thirdparty%2Fzstd.git removed src artifact lines --- diff --git a/appveyor.yml b/appveyor.yml index c2760b0e8..7a660c39f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,17 +82,12 @@ 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 )