Streamline cross-platform kata setup - #22
Merged
Merged
Conversation
megabyde
force-pushed
the
feat/zero-start-setup
branch
2 times, most recently
from
August 1, 2026 01:01
2d101d1 to
5565cdf
Compare
megabyde
force-pushed
the
feat/zero-start-setup
branch
2 times, most recently
from
August 1, 2026 01:07
c16a020 to
1710fa9
Compare
Fetch and verify GoogleTest 1.17 when no installed package is available. Use Make locally and throughout CI while retaining direct CMake and CTest commands for environments without Make. Add three-platform CI, ownership, dependency updates, and zero-start documentation.
megabyde
force-pushed
the
feat/zero-start-setup
branch
from
August 1, 2026 01:14
1710fa9 to
b784dff
Compare
snovalnikov
approved these changes
Aug 1, 2026
snovalnikov
left a comment
There was a problem hiding this comment.
Overall this is a solid refresh. The PR consistently updates the bootstrap to a zero-friction cross-platform setup: it pins and verifies GoogleTest, uses the same make test flow across OSes, keeps direct CMake/CTest paths for environments without Make, and clarifies setup expectations in the README. The CI workflow and Dependabot changes are also aligned with the project goals and don’t appear to introduce regressions. I don’t see a blocking issue in this patch. Approved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
make testlocally and throughout the Ubuntu, macOS, and Windows CI matrixmakeprint colored help without creating build artifactsVerification
makeCCACHE_DIR=/tmp/bootstrap-cpp-kata-ccache make testmake format-checkcmake-lint CMakeLists.txt cmake/FetchGTest.cmakemarkdownlint README.md--config Debuggit diff --check origin/main