-
Notifications
You must be signed in to change notification settings - Fork 37
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
fix build errors #157
base: develop
Are you sure you want to change the base?
fix build errors #157
Conversation
janusw
commented
Oct 11, 2024
- by removing an extra copy of FreakyZoomableView
- fixes develop branch does not build #156
* by removing an extra copy of FreakyZoomableView
Btw, maybe an automatic CI build would be useful to catch such things? I could contribute some hooks for GitHub Actions, if desired ... |
@janusw I do have some CI hooks and stuff but they are incomplete, I also need to add tests the unfortunate thing is I have 0 time for the last 3 months |
Incomplete CI is much better than no CI at all ;) Or are you saying it's already running somewhere (where we don't see it)? |
I think you should be able to see it, its a github action check this location .github/workflows/main_ci.yml It's also active as far as I can tell |
Right, it's here (thanks for the pointer): https://github.com/FreakyAli/Maui.FreakyControls/blob/master/.github/workflows/main_ci.yml
Actually I do not see it running anywhere. First problem is: It's only configured to run on the And even on the For #154, it's awaiting your approval, apparently. |
Like I said it's incomplete and I am not finding much time to complete things! |
I guess the first necessary step would be to merge your master branch into develop, so that the latter also receives the GHA workflows that were added on master. Could you please do that? Then one can extend those workflows and make sure the build is working (I can help with that) ... |