You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: