Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building with Bazel #1033

Merged
merged 3 commits into from
May 1, 2024
Merged

Support building with Bazel #1033

merged 3 commits into from
May 1, 2024

Conversation

calebzulawski
Copy link
Contributor

Adds support for building with Bazel. If merged, I can push this to https://registry.bazel.build/ when a new release is cut :)

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e4ee3af) to head (d05171c).
Report is 22 commits behind head on main.

❗ Current head d05171c differs from pull request most recent head b1e0590. Consider uploading reports for the commit b1e0590 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##              main     #1033    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           17        17            
  Lines         4546      4557    +11     
  Branches         0       971   +971     
==========================================
+ Hits          4546      4557    +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

tests/HelpersTest.cpp Outdated Show resolved Hide resolved
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
@henryiii henryiii merged commit 1a1d9d4 into CLIUtils:main May 1, 2024
53 checks passed
@henryiii
Copy link
Collaborator

henryiii commented May 1, 2024

Thanks!

@henryiii
Copy link
Collaborator

henryiii commented May 1, 2024

Do you think you could add a little section on Bazel to the docs, similar to https://github.com/CLIUtils/CLI11/pull/1025/files ?

@calebzulawski
Copy link
Contributor Author

calebzulawski commented May 1, 2024

Yep, no problem. Do you think you'll be tagging a new patch release sometime soon? Once you do that, I'll add this project to the bazel central registry, and update the docs with a reference to how to pull it from there.

fmeum pushed a commit to bazelbuild/bazel-central-registry that referenced this pull request May 28, 2024
CLI11 is a command line parser for C++11 and beyond that provides a rich
feature set with a simple and intuitive interface.

This library already supports the Bazel build system along with bazelmod
(see CLIUtils/CLI11#1033).
aiuto pushed a commit to aiuto/bazel-central-registry that referenced this pull request Jun 3, 2024
CLI11 is a command line parser for C++11 and beyond that provides a rich
feature set with a simple and intuitive interface.

This library already supports the Bazel build system along with bazelmod
(see CLIUtils/CLI11#1033).
zaucy pushed a commit to zaucy/bazel-central-registry that referenced this pull request Jun 14, 2024
CLI11 is a command line parser for C++11 and beyond that provides a rich
feature set with a simple and intuitive interface.

This library already supports the Bazel build system along with bazelmod
(see CLIUtils/CLI11#1033).
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