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:
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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user