-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Add a homebrew CI test #917
Conversation
I have a Mac but I know nothing about |
Sorry, I know even less about homebrew :) |
I'm reading docs then ..😂 |
So it seems the installation passes now (thanks @sharkAndshark !), so now the questions are:
|
|
So this is now a fairly low priority, but if you do notice how other repos structure homebrew, it would help. Seems weird if each installation env (homebrew, snap, nix, ...) would need its own repo tbh, but maybe there is a common pattern other repos follow? |
How about we stay a single repo until we figure out the best practice? |
sure, we can do that too. I do want to have some CI that tests & updates the code as part of the release process. Esp maybe have a regularly running (cron job) workflow that validates that homebrew still works. |
already done in the homebrew-martin repo |
Trying to automate homebrew testing, so that eventually we can be certain our mac users are ok.
HELP NEEDED: I (@nyurik) don't have a Mac.
So far I already see that it is loading a lot of un-needed (?) homebrew stuff when adding a tap - so perhaps we need to move it to another repo all-together, like
maplibre/martin-homebrew
?This PR temporarily deletes all other CIs to avoid wasting resources -- they will be re-added later.
See #618 #674