-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: add osx support #65
Conversation
Hi @philippeboyd, |
Hi @moticless, the only reason I build against all "current" Ubuntu versions is because the version of 20.04
22.04
24.04
|
I think it’s redundant unless we bumped into a specific issue around it. More importantly, it seems GCC is no longer implicitly tested in the 'build' job as it was before. |
b09c668
to
34a640e
Compare
82b22a8
to
3131106
Compare
3131106
to
03d457c
Compare
03d457c
to
dfb0bf9
Compare
Hey @philippeboyd, |
Yes, the CI github action looks good and tests everything on Linux and OSX 👍 I think we can go from here! |
Closes #63
This adds support to build the library on OSX.
Also revamps the CI to build on multiple OS and Redis versions at the same time.