todds icon indicating copy to clipboard operation
todds copied to clipboard

GitHub actions support

Open joseasoler opened this issue 2 years ago • 0 comments

Based on https://github.com/lukka/CppCMakeVcpkgTemplate/tree/v11

Features:

  • Cross-platform builds for all supported platforms.
  • clang-format
  • clang-tidy
  • Potentially, other static analysis tools.

Depends on #24 and #25

Good example of a CI pipeline: https://github.com/CaptainArbitrary/RimWorldMod/blob/main/.github/workflows/ci.yml

joseasoler avatar Sep 03 '23 11:09 joseasoler