-
Notifications
You must be signed in to change notification settings - Fork 5
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
fixed macOS build and added macOS and MSYS2 actions #3
Conversation
-fixed VERSION file problem because of macos fs is case sensitive. -added macos github action. -some cmake error fixes.
See my line comments on the commits related to |
in local msys2 -G 'Unix Makefiles' work in mingw64 and ucrt64 but i don't know why not working on ci |
windows build using msys2 fixed and added basic github action. |
Thanks! Please squash 11 commits related to |
i fixed the 11 commits issue, i forgot to create different brach for this :) |
Hi, this PR made macos build succesfull.
-fixed VERSION file problem because of macos fs is case sensitive.
-added macos github action.
-some cmake error fixes.