fix sheddulers

This commit is contained in:
Andrei Yankovich 2022-01-21 17:00:04 +03:00
parent 18ab56dd0c
commit 9d7d58971e

View File

@ -34,7 +34,7 @@ class BuildBotShedulers(BuildBotModule):
'LinuxCMakeBuilderQt6',
'WindowsCMakeBuilder',
'Wasm32Builder',
'iOSCMakeBuilder',
'IOSCMakeBuilder',
]
prodBuilders = ['AndroidBuilder_v7',
@ -43,7 +43,7 @@ class BuildBotShedulers(BuildBotModule):
'LinuxCMakeBuilder',
'LinuxCMakeBuilderQt6',
'WindowsCMakeBuilder',
'iOSCMakeBuilder'
'IOSCMakeBuilder'
]
buildersDeployCode = ['DocsGenerator']