GitHub Action to build the code - #31
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.