PCbuild: Add -q option to svn export (GH-537)
Without this option, AppVeyor log is too unreadable.
(cherry picked from commit 8886d5f392
)
This commit is contained in:
parent
284a2ba140
commit
33d70d1721
|
@ -66,7 +66,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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue