Conversation
4 tasks
geo-utils-cpp is now published in xmake-io/xmake-repo (PR #9942), so add an xrepo install section to README.md and docs/getting-started.md, a CI badge, and an `xrepo.yml` smoke-test workflow (Linux/macOS/Windows) mirroring `vcpkg.yml`. The consumer's xmake.lua sits next to its existing CMakeLists.txt so the same `main.cpp` is exercised by both stacks. Also tighten triggers on `vcpkg.yml` (and apply the same to `xrepo.yml`): both install the *released* package, not HEAD, so push/PR runs would produce a misleading green check. Reduce to `workflow_dispatch` + weekly cron, which is the only signal that actually catches registry/runner drift.
MrHerrn
approved these changes
May 12, 2026
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
geo-utils-cppwas just merged to xmake-io/xmake-repo (Add geo-utils-cpp v1.0.1 xmake-io/xmake-repo#9942). Adds an xrepo install section to README anddocs/getting-started.md, plus a CI badge..github/workflows/xrepo.yml: weekly smoke test that installs the published package on Linux/macOS/Windows and buildstests/consumer/main.cppvia xrepo. Mirrorsvcpkg.yml.tests/consumer/xmake.luaso the same consumermain.cppis exercised by both CMake (existing) and xmake (new) — no duplication.vcpkg.yml(and applies same toxrepo.yml): both install the released package, not HEAD, so push/PR runs produced a misleading green check on PRs that broke HEAD. Reduced toworkflow_dispatch+ weekly cron, which is the only signal that actually catches registry / runner drift.Closes #19.
Test plan
xrepoworkflow manually via Actions tab → all three OS jobs passvcpkgbadge still renders (no behavior change beyond trigger frequency)