1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 09:26:03 +02:00

added path print

This commit is contained in:
Yann Collet 2018-03-23 16:27:28 -07:00
parent 97bc1aec47
commit a75104d8f8

View File

@ -82,6 +82,7 @@
sh -c "%SCRIPT%" &&
( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
ECHO Creating artifacts &&
ECHO %cd% &&
lib\dll\example\build_package.bat &&
cd programs\ && make DEBUGFLAGS= clean zstd &&
7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&