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

Implement GitHub Action to build and test project on PR #4

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

joculatrix
Copy link
Owner

This PR adds a GitHub workflow, triggered on any pull request to the main branch, to ensure a PR will not introduce compiler errors or failed tests. Required some playing around to discern how to successfully install system libraries required by the alsa crate and make them available to the compiler.

Closes #3

This commit attempts to add the proper parent directory for the alsa system library to the $PKG_CONFIG_PATH environment variable to allow the GitHub Runner to build the project successfully.
Another attempt to properly install system library dependencies.
Update trigger for now-working action to pull requests on main.
@joculatrix joculatrix linked an issue Sep 11, 2024 that may be closed by this pull request
5 tasks
@joculatrix joculatrix merged commit a287190 into main Sep 11, 2024
1 check passed
@joculatrix joculatrix deleted the test_action branch September 11, 2024 01:41
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.

Implement GitHub Action to test commits.
1 participant