4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-11 20:59:36 +00:00
This commit is contained in:
Andrei Yankovich 2020-06-19 14:13:37 +03:00
parent 16b3871ad7
commit de29ac0ce2

@ -3,7 +3,6 @@
from BuildBotLib.make import Make
from BuildBotLib.secretManager import SecretManager
import glob
import os
class QMake(Make):
@ -15,7 +14,7 @@ class QMake(Make):
return "Q"
def isSupport(self, step):
return True
return len(glob.glob1('.', '*.pro')) > 0
def mainCmd(self):
command = [