Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the way empty directories are tracked | Peter Wilmott | 2015-02-13 | 2 | -0/+2 |
| | |||||
* | Replace Vagrant with Docker | Peter Wilmott | 2015-02-13 | 1 | -0/+0 |
This replaces the underlying build system with one based around docker. This is for the following reasons: 1. Portability - Builds can be run on cloud services without spinning up a second VM. 2. Reduced Overhead - There is a non-negligible increase in compile times when you are running in Docker vs VirtualBox. 3. Coolness - Docker is cool, I wanted an excuse to use it. |