Add GitHub Actions CI for automatic build and test#79
Open
yoursanonymous wants to merge 2 commits intoeembc:mainfrom
Open
Add GitHub Actions CI for automatic build and test#79yoursanonymous wants to merge 2 commits intoeembc:mainfrom
yoursanonymous wants to merge 2 commits intoeembc:mainfrom
Conversation
Author
|
@joseph-yiu, can you review this pull request |
Contributor
|
Hi @yoursanonymous, |
Contributor
|
Update: Pulled into https://github.com/eembc/audiomark/tree/dev_2026q1 |
Author
|
Thanks for the update. I appreciate you taking a look and integrating this. I will follow up shortly with details and suggestions for the Windows build so they can be included in the README as discussed. Thanks again |
joseph-yiu
added a commit
that referenced
this pull request
Feb 10, 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.
This PR introduces a GitHub Actions workflow that automatically:
-Installs build dependencies
-Configures the project with CMake
-Builds the source code
-Runs the existing test suite