mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-06 10:19:36 +00:00
fix master
This commit is contained in:
parent
121cc8c618
commit
38fd6e3cc5
@ -9,6 +9,7 @@ from BuildBotLib.qmake import QMake
|
||||
from BuildBotLib.asssetsinstaller import AsssetsInstaller
|
||||
from BuildBotLib.qtUpdater import QtUpdater
|
||||
from BuildBotLib.basemodule import BaseModule
|
||||
from BuildBotLib.qifRepogen import QIFRepogen
|
||||
|
||||
# This is a sample buildmaster config file. It must be installed as
|
||||
# 'master.cfg' in your buildmaster's base directory.
|
||||
@ -22,7 +23,7 @@ bot = BuildBot()
|
||||
qmakeLinux = QMake(BaseModule.P_Linux)
|
||||
qmakeWindows = QMake(BaseModule.P_Windows)
|
||||
qmakeAndroid = QMake(BaseModule.P_Android)
|
||||
repoGen = RepoGen()
|
||||
repoGen = QIFRepogen()
|
||||
|
||||
bot.addBuilder("LinuxBuilder", qmakeLinux)
|
||||
bot.addBuilder("WindowsBuilder", qmakeWindows)
|
||||
|
Loading…
x
Reference in New Issue
Block a user