4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-05 17:59:38 +00:00

Update master.cfg

This commit is contained in:
Andrei Yankovich 2020-02-01 19:28:57 +03:00 committed by GitHub
parent d7428fb7e4
commit bcd28a4046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ qmakeWindows = QMake(BaseModule.P_Windows)
qmakeAndroid = QMake(BaseModule.P_Android)
bot.addBuilder("LinuxBuilder", qmakeLinux)
bot.addBuilder("WindowBuilder", qmakeWindows)
bot.addBuilder("WindowsBuilder", qmakeWindows)
bot.addBuilder("AndroidBuilder", qmakeAndroid)