removed zstdmt generation from Appveyor artefact build

This commit is contained in:
Yann Collet 2017-05-04 17:26:58 -07:00
parent a00e9599f1
commit c21a9c3596

View File

@ -91,8 +91,6 @@
cp programs\zstd.exe zstd_%PLATFORM%.exe &&
appveyor PushArtifact zstd_%PLATFORM%.exe &&
cp programs\zstd.exe bin\zstd.exe &&
make -C programs DEBUGFLAGS= clean zstdmt &&
cp programs\zstd.exe bin\zstdmt.exe &&
cd bin\ && 7z a -tzip zstd-win-release-%PLATFORM%.zip * &&
appveyor PushArtifact zstd-win-release-%PLATFORM%.zip
)