Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@ejfitzgerald ejfitzgerald released this 30 Oct 09:30
v0.4.0
9c9355b

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