added new builder

This commit is contained in:
Andrei Yankovich 2021-10-24 16:10:43 +03:00
parent 7d377a109a
commit 2f265efef4

View File

@ -49,6 +49,7 @@ bot.addBuilder("RepoGen", repoGen)
bot.addBuilder("Wasm32Builder", wasm)
bot.addBuilder("DocsGenerator", docs)
bot.addBuilder("prodDeployer", cmakeLinux)
c = BuildmasterConfig = bot.getMaster()