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

Should use Github Actions to build PortAudio binaries #16

Open
nwhitehead opened this issue Mar 19, 2024 · 2 comments
Open

Should use Github Actions to build PortAudio binaries #16

nwhitehead opened this issue Mar 19, 2024 · 2 comments

Comments

@nwhitehead
Copy link
Contributor

It would be good to have an automated build pipeline for PortAudio shared libraries for the supported platforms. Ideally there would be some scripts and setup code. If anything changes in the setup, the pipeline should run and rebuild all the artifacts and make a Github release with the files.

I'm not very familiar with nuget, dotnet packaging etc. but I can setup the PortAudio builds. Right now in this repo the binaries are checked into git directly. It might make sense to start with a separate repo that builds all the PortAudio artifacts and makes a release with binaries, then manually copy those binary files into this project. The next step would be changing this repo to refer to the other repo's release files instead of having them checked in directly.

@csukuangfj
Copy link
Owner

PortAudio libs are less likely to be updated frequently.

However, contributions to add GitHub actions to build PortAudio libs are welcome.

@nwhitehead
Copy link
Contributor Author

Yeah, I just looked at the release history of PortAudio, LOL

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

No branches or pull requests

2 participants