Verbose Homebrew

This commit is contained in:
Simon Sapin 2019-11-16 10:10:13 +01:00
parent d04a2745c6
commit 8b39fd3c7b

View file

@ -876,7 +876,7 @@ def windows_build_task(name, package=True, arch="x86_64"):
def with_homebrew(task, brewfiles):
for brewfile in brewfiles:
task.with_script("time brew bundle install --no-upgrade --file=" + brewfile)
task.with_script("time brew bundle install --verbose --no-upgrade --file=" + brewfile)
return task