removed zstdmt generation from Appveyor artefact build
This commit is contained in:
parent
a00e9599f1
commit
c21a9c3596
@ -91,8 +91,6 @@
|
|||||||
cp programs\zstd.exe zstd_%PLATFORM%.exe &&
|
cp programs\zstd.exe zstd_%PLATFORM%.exe &&
|
||||||
appveyor PushArtifact zstd_%PLATFORM%.exe &&
|
appveyor PushArtifact zstd_%PLATFORM%.exe &&
|
||||||
cp programs\zstd.exe bin\zstd.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 * &&
|
cd bin\ && 7z a -tzip zstd-win-release-%PLATFORM%.zip * &&
|
||||||
appveyor PushArtifact zstd-win-release-%PLATFORM%.zip
|
appveyor PushArtifact zstd-win-release-%PLATFORM%.zip
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user