Multi-BuildVS Code extension to switch all machines to the same branch, configure, and build. This extension is easier to use if you synchronize
your
ContributingThanks for your interest in contributing! Please see the Contributing article on our wiki. Happy coding. Download & Install
How to usePrerequisites:
Steps:
If you did it right, all computers checkout the same branch, configure, and build. FAQWhat problem does this solve?If you develop on multiple computers and need to test a PR, you have likely found yourself getting tired of doing the following on each computer: checkout a branch, pull changes, configure, and build. Doing this on two computers isn't too much of a chore, but what if you have three, four, or more? Then it starts to get really tedious. Multi-Build makes it possible to test a PR on multiple computers with a single command. Any plans to go on the marketplace?Yes, when we get enough requests. Right now you have to manually install the How does it work?We run a WebSockets server (multi-build-server) that your computers will connect to securely via a GitHub auth token. When you run the sync command, all computers will receive it along with what repo, remote, and branch to checkout and pull. Once checkout is done, the configure and build commands run so that all computers have build the same version. |