From 308f405c736480fc88274967b2213ccd6d2f2e93 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 23 Mar 2018 17:06:11 -0700 Subject: [PATCH] export zstd/master from github using svn --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bcb62b74c..3d964cc25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,8 +83,8 @@ ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true] ECHO Creating artifacts && ECHO %cd% && - git clone --depth 1 --branch master https://github.com/facebook/zstd" - 7z a -ttar zstd-src.tar zstd && + svn export https://github.com/facebook/zstd/branches/master && + 7z a -ttar zstd-src.tar master && lib\dll\example\build_package.bat && cd programs\ && make DEBUGFLAGS= clean zstd && 7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe && -- 2.47.2