What's Changed
- Consider directory when extracting compilation target by @ahojnnes in #6
- Fix piping of clang-tidy command output by @ahojnnes in #7
- Add Github actions based CI by @ejfitzgerald in #8
- Include clang-tidy binary in the cache fingerprint by @dean0x7d in #4
New Contributors
A big thank you to the new contributors to the project!
Full Changelog: v0.3.0...v0.4.0
Installing
Linux
curl -Lo clang-tidy-cache https://github.com/ejfitzgerald/clang-tidy-cache/releases/download/v0.4.0/clang-tidy-cache-linux-amd64 && chmod +x clang-tidy-cache && sudo mv clang-tidy-cache /usr/local/bin
macOS
curl -Lo clang-tidy-cache https://github.com/ejfitzgerald/clang-tidy-cache/releases/download/v0.4.0/clang-tidy-cache-darwin-amd64 && chmod +x clang-tidy-cache && sudo mv clang-tidy-cache /usr/local/bin