Add gmock build artifact #2
Closed
LukasKastern wants to merge 1 commit into
Closed
Conversation
|
I'm using #3 and this PR slightly modified for 0.15.2 and it's working well. Would love to see these merged. |
fng97
added a commit
to fng97/googletest
that referenced
this pull request
Feb 9, 2026
This is mostly copied from allyourcodebase#2. Co-authored-by: Lukas Kastern <work@lukaskastern.com>
mattnite
pushed a commit
that referenced
this pull request
Feb 12, 2026
* Build with Zig 0.15.2 * Rename googletest_dep to gtest_dep for consistency * Add step that builds googletest samples * Remove unnecessary linkLibC() * Bump googletest to latest (v1.17.0) As documented at the link below, this version requires C++17. https://github.com/google/googletest/blob/52eb8108c5bdec04579160ae17225d66034bd723 * Build samples in CI (and bump actions versions) * Add a README Based on the one in https://github.com/allyourcodebase/zlib. * Add gmock This is mostly copied from #2. Co-authored-by: Lukas Kastern <work@lukaskastern.com> --------- Co-authored-by: Lukas Kastern <work@lukaskastern.com>
Collaborator
|
Addressed by #5 |
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.
This request introduces gmock as an additional build artifact