Kaydet (Commit) 6c6186da authored tarafından INADA Naoki's avatar INADA Naoki Kaydeden (comit) GitHub

PCbuild: Add -q option to svn export (GH-539)

Without this option, AppVeyor log is too unreadable.
(cherry picked from commit 8886d5f3)
üst 6120484e
...@@ -69,7 +69,7 @@ for %%e in (%libraries%) do ( ...@@ -69,7 +69,7 @@ for %%e in (%libraries%) do (
echo.%%e already exists, skipping. echo.%%e already exists, skipping.
) else ( ) else (
echo.Fetching %%e... echo.Fetching %%e...
svn export %SVNROOT%%%e svn export -q %SVNROOT%%%e
) )
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment