The size of my current project including the dependencies is growing all the time, which means right now it takes around 2 minutes on my local machine to create the current gradle build
.
We already have a CI system which is building on pushes, but is there also a way to use cloud-resources to build the local version and pull it back to the local machine for testing and debugging in the emulator or a connected device?
Yes a solution would be to buy a faster PC, but that doesn't really scale well as also our engineering team is growing all the time. So renting a cloudserver
, which is doing the heavy CPU work would be a very economical option.