mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 22:04:32 +00:00
Update qmake.py
This commit is contained in:
parent
b46ed9852c
commit
1bcc64353d
@ -83,10 +83,9 @@ def LinuxSteps() :
|
||||
description = 'deploy project ',
|
||||
),
|
||||
steps.Compile(
|
||||
command= ['make', '-C', 'TestWorkDir', 'test'],
|
||||
command= ['make', 'test'],
|
||||
doStepIf = lambda step : isTest(step) and isLinux(step),
|
||||
name = 'tests ',
|
||||
workdir = 'TestWorkDir',
|
||||
haltOnFailure = True,
|
||||
description = 'run autotests of project',
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user