EasternEdgeRobotics / Software_2017

The control software for 2017
MIT License
3 stars 0 forks source link

Simplify build by removing buildSrc #292

Closed cal-pratt closed 7 years ago

cal-pratt commented 7 years ago

The old way of launching the software didn't scale well for dependencies. The new method is to run gradle buildZip to create a dependencies zip, then run ansible-playbooks playbooks/dependencies.yml to load this zip onto each of the machines in the rov network.

This change allows JavaCV to be loaded on all the machines while not killing the build time of gradle and deploy time of ansible