4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-06 18:29:37 +00:00

Update qmake.py

This commit is contained in:
Andrei Yankovich 2019-09-15 21:34:22 +03:00 committed by GitHub
parent 1e5eb2b592
commit 500d49a58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,6 +86,7 @@ def LinuxSteps() :
command= ['make', 'test'],
doStepIf = lambda step : isTest(step) and isLinux(step),
name = 'tests ',
workdir = './TestWorkDir',
haltOnFailure = True,
description = 'run autotests of project',
),