mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-11 20:59:36 +00:00
fix
This commit is contained in:
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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user