mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 13:54:31 +00:00
fix build command
This commit is contained in:
parent
74f56377aa
commit
18ab56dd0c
@ -28,7 +28,7 @@ class BuildBotWorkers(BuildBotModule):
|
||||
worker.Worker("AndroidBuilder_v8Qt6", password),
|
||||
worker.Worker("LinuxCMakeBuilder", password),
|
||||
worker.Worker("LinuxCMakeBuilderQt6", password),
|
||||
worker.Worker("iOSCMakeBuilder", password),
|
||||
worker.Worker("IOSCMakeBuilder", password),
|
||||
worker.Worker("WindowsCMakeBuilder", password),
|
||||
worker.Worker("RepoGen", password),
|
||||
worker.Worker("Wasm32Builder", password),
|
||||
|
@ -31,7 +31,7 @@ class CMake(Make):
|
||||
|
||||
def makeCommand(self, props):
|
||||
cxx = []
|
||||
if self.isiOS():
|
||||
if self.isiOS(''):
|
||||
cxx = ['-allowProvisioningUpdates']
|
||||
|
||||
return self.make(cxx)
|
||||
|
@ -56,7 +56,7 @@ bot.addBuilder("Wasm32Builder", wasm)
|
||||
bot.addBuilder("DocsGenerator", docs)
|
||||
bot.addBuilder("prodDeployer", release)
|
||||
|
||||
bot.addBuilder("iOSCMakeBuilder", release)
|
||||
bot.addBuilder("IOSCMakeBuilder", release)
|
||||
|
||||
c = BuildmasterConfig = bot.getMaster()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user