4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-11 04:39:34 +00:00

change shell commnad to Compile

This commit is contained in:
Andrei Yankovich 2020-01-03 12:00:49 +03:00
parent c07922c9f5
commit 55cb741871

@ -110,7 +110,7 @@ class Make(BaseModule):
def dustepIf(step):
return checkFunc(step) and platformCgek[platform](step)
res = steps.ShellCommand(
res = steps.Compile(
command=self.getWraper(cmd),
haltOnFailure=True,
doStepIf=lambda step: dustepIf(step),