Skip to content

build: uplift C++ kata baseline - #5

Merged
megabyde merged 1 commit into
mainfrom
feat/zero-start-setup
Aug 3, 2026
Merged

build: uplift C++ kata baseline#5
megabyde merged 1 commit into
mainfrom
feat/zero-start-setup

Conversation

@megabyde

@megabyde megabyde commented Aug 2, 2026

Copy link
Copy Markdown
Member

Summary

  • require CMake 3.24 and C++17, disable compiler extensions, and use the installed-or-verified Catch2 2.13.10 integration
  • standardize Make targets, three-platform CI, ownership, and weekly dependency updates
  • document reproducible setup while preserving the Catch2 v2 bootstrap example, run target, and tests

Verification

  • default make and make help
  • CCACHE_DIR=/tmp/coding-cuddles-bootstrap-cpp-catch2-ccache make format-check
  • CCACHE_DIR=/tmp/coding-cuddles-bootstrap-cpp-catch2-ccache make test; make run
  • clean direct CMake configure, build, and CTest cycle
  • forced dependency fallback with pinned archive verification
  • Ninja Multi-Config test cycle
  • parsed changed configuration files
  • git diff --check origin/main...HEAD

@megabyde
megabyde requested a review from a team August 2, 2026 07:50
@megabyde
megabyde merged commit 82366e7 into main Aug 3, 2026
5 checks passed
@megabyde
megabyde deleted the feat/zero-start-setup branch August 3, 2026 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants