mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Enable verbose bootstrap on CI
This commit is contained in:
@@ -72,7 +72,7 @@ def main():
|
||||
os.environ.get('PATH', '')])
|
||||
|
||||
is_release = os.environ.has_key('ELECTRON_RELEASE')
|
||||
args = ['--target_arch=' + target_arch]
|
||||
args = ['--target_arch=' + target_arch, '-v']
|
||||
if not is_release:
|
||||
args += ['--dev']
|
||||
run_script('bootstrap.py', args)
|
||||
|
||||
Reference in New Issue
Block a user