mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-09 11:49:35 +00:00
Update qmake.py
This commit is contained in:
parent
1e5eb2b592
commit
500d49a58d
@ -86,6 +86,7 @@ def LinuxSteps() :
|
|||||||
command= ['make', 'test'],
|
command= ['make', 'test'],
|
||||||
doStepIf = lambda step : isTest(step) and isLinux(step),
|
doStepIf = lambda step : isTest(step) and isLinux(step),
|
||||||
name = 'tests ',
|
name = 'tests ',
|
||||||
|
workdir = './TestWorkDir',
|
||||||
haltOnFailure = True,
|
haltOnFailure = True,
|
||||||
description = 'run autotests of project',
|
description = 'run autotests of project',
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user