Jeffrey Clark
Jeffrey Clark
Here's what the workflows looks like in action: https://github.com/h0tw1r3/model3emu/actions/runs/5060971437
@trzy most convenient way to test is to add a commit to this branch, and open a pull request to your personal fork. You should then see a **PR tests**...
Also added a workflow dispatch trigger. Merge into the primary branch of your personal repo to test the ability to trigger the workflow ad-hoc.
@trzy Yes, that was my intention. The builds contain everything you put in your releases.
> @h0tw1r3 I also tried making actions to automate it ( as seen in the draft PR ), but ran into errors with it not being able to find SDL2.h...
> Sorry, haven't been following along. What is the current state of this? I know there are some macOS Makefile issues apparently wrt SDL2. This PR fixes the issues building...
@trzy Cherry-picked your changes onto the PR. Cleaned up some of the Framework targets and updated the action workflows to support downloading frameworks with make. Also added support for downloading...
> Looks like everything is in place. I just need to test this out before approving for merge. Will try to give it a spin tonight. My understanding is that...
- Moved release package creation from the github action workflow to make. Easier to test locally. Doesn't support windows command prompt. Assumed that was acceptable as the build bot script...
Seems that parallel builds fail sometimes. https://github.com/trzy/Supermodel/actions/runs/8645740818/job/23703542520#step:5:193 Disabled parallel make in workflow job for now.