4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-08 19:29:35 +00:00

fix build bot

This commit is contained in:
Andrei Yankovich 2022-10-17 18:03:07 +03:00
parent 08f914497d
commit 0adf69b677

@ -22,10 +22,6 @@ from BuildBotLib.releaser import Releaser
bot = BuildBot()
//qmakeLinux = QMake(BaseModule.P_Linux)
//qmakeWindows = QMake(BaseModule.P_Windows)
//qmakeAndroid = QMake(BaseModule.P_Android)
cmakeLinux = CMake(BaseModule.P_Linux)
cmakeWindows = CMake(BaseModule.P_Windows)
cmakeAndroid = CMake(BaseModule.P_Android)
@ -39,10 +35,6 @@ repoGen = QIFRepogen()
release = Releaser()
//bot.addBuilder("LinuxBuilder", qmakeLinux)
//bot.addBuilder("WindowsBuilder", qmakeWindows)
bot.addBuilder("LinuxCMakeBuilder", cmakeLinux)
bot.addBuilder("LinuxCMakeBuilderQt6", cmakeLinux)