mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-28 14:44:36 +00:00
added log file
This commit is contained in:
parent
24c2b3efa9
commit
5522ec2f3d
@ -132,6 +132,9 @@ class Make(BaseModule):
|
||||
hideStepIf=lambda results, step: not dustepIf(step),
|
||||
name=desc + ' ' + platform,
|
||||
env=envWraper,
|
||||
want_stdout=True,
|
||||
want_stderr=True,
|
||||
logfiles={"buildLog": "_logTemp/buildLog.log"},
|
||||
warningPattern=".*[Ww]arning[: ].*",
|
||||
description=desc,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user