git clone master branch (hardcoded)

This commit is contained in:
Yann Collet 2018-03-23 16:52:32 -07:00
parent 17e937bcd0
commit b42ffb91f7

View File

@ -83,7 +83,7 @@
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true] ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
ECHO Creating artifacts && ECHO Creating artifacts &&
ECHO %cd% && ECHO %cd% &&
git clone --depth 1 --branch %APPVEYOR_REPO_BRANCH% https://github.com/facebook/zstd" git clone --depth 1 --branch master https://github.com/facebook/zstd"
7z a -ttar zstd-src.tar zstd && 7z a -ttar zstd-src.tar zstd &&
lib\dll\example\build_package.bat && lib\dll\example\build_package.bat &&
cd programs\ && make DEBUGFLAGS= clean zstd && cd programs\ && make DEBUGFLAGS= clean zstd &&