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

GHA: setup CMake based build for CI coverage #43

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

compnerd
Copy link
Collaborator

@compnerd compnerd commented Mar 7, 2024

The lack of CI coverage for CMake based build caused the CMake builds to diverge and regress compared to the SPM builds. Add a second test to ensure that we keep the two build systems in sync.

The lack of CI coverage for CMake based build caused the CMake builds to
diverge and regress compared to the SPM builds. Add a second test to
ensure that we keep the two build systems in sync.
@@ -31,11 +31,49 @@ jobs:
- uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # v1.1.1
with:
repo: thebrowsercompany/firebase-cpp-sdk
version: tags/20230921.0
version: tags/20240306.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems unreleated?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, actually, I wonder if we really need the newer firebase images or not 🤔. I think that I was seeing an error that made me think that I needed the latest snapshot for the C++ SDK that we are using. I'm happy to roll this back if you think that is better.

@compnerd
Copy link
Collaborator Author

compnerd commented Mar 7, 2024

Going to go ahead and merge this for now. We can always change the tag back later if desired. This matches what we are currently using in Arc and this change ensures that we get CI coverage to prevent accidental breakages. Now that we can build with CMake here, we can also re-use this definition for building Arc rather than duplicating it.

@compnerd compnerd merged commit 9f0369a into main Mar 7, 2024
2 checks passed
@compnerd compnerd deleted the compnerd/gha branch March 7, 2024 16:16
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