-
Notifications
You must be signed in to change notification settings - Fork 36
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
GitHub Action to build the code #31
base: master
Are you sure you want to change the base?
Conversation
hmm. I can't do that. there no workflows to approve. |
Test results: https://github.com/cclauss/pcaudiolib/actionsmacOS and Windows both fail with |
Wow! Ubuntu and macOS in Intel pass but macOS on ARM (Apple Silicon) fails! Windows fails because I do not know how to install https://www.gnu.org/software/automake |
Let's land it like this so that at least the build passes on macOS on Intel and Ubuntu. Someone with more C++ experience can propose fixes for the macOS on ARM (Apple Silicon) and Windows builds. |
How about changing to use CMake instead? will be much easier to build it cross platform |
@thewh1teagle Let's get the three passing tests merged before we make further changes. If you are up for creating a pull request for a CMake build, please proceed. |
I started working on CMake support in thewh1teagle/pcaudiolib/feat/build-with-cmake. Will be nice if people join me (I enabled issues for discussion) By the way, the CI part will be easy once CMake is added as well. |
@alex19EP Can you please approve the workflow to see if this build succeeds? Thanks.