chriskuehl / lazy-build

Remotely cache build artifacts based on file hashes
MIT License
2 stars 0 forks source link

Filesystem backend #24

Closed chriskuehl closed 7 years ago

chriskuehl commented 7 years ago

Add a simple filesystem backend, and use it to write an integration test.

At the moment this is mostly useful for testing, but it might be cool in the future if you could use it for a shared per-host cache (would need to do something different with the permissions, of course).

chriskuehl commented 7 years ago

This covers some of #20, but it should probably still have some unit tests.