]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added path print
authorYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 23:27:28 +0000 (16:27 -0700)
committerYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 23:27:28 +0000 (16:27 -0700)
appveyor.yml

index 7a660c39fa0b8846323b0811fb0f114dae0ae420..5b914ae010e5e3c5c16c2aa81d4437bed7c1692b 100644 (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 &&