mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Verbose Homebrew
This commit is contained in:
parent
d04a2745c6
commit
8b39fd3c7b
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ def windows_build_task(name, package=True, arch="x86_64"):
|
||||||
|
|
||||||
def with_homebrew(task, brewfiles):
|
def with_homebrew(task, brewfiles):
|
||||||
for brewfile in 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
|
return task
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue