-
Notifications
You must be signed in to change notification settings - Fork 150
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
Added Linux and Windows CI builds using GitHub Actions #601
Conversation
… to simplify Windows build.
…tex support needed to compile OpenAL.
…s executable from Linux.
try this AL internal, please https://github.com/TeslaRus/OpenTomb/tree/master/extern/al |
OK. |
yes, all files |
@TeslaRus, are you using MinGW on Cygwin ? |
yes, mingw has pthreads library (cut version, but enough for AL) |
New OpenAL is now fully integrated. It is statically linked to avoid deploying one more DLL. |
I've just checked the result: OpenTomb repository size has doubled because of the Windows binaries. I think that was not a good idea, because git is really bad at handling binaries. I'd split those away or this blow up could become a problem with time. |
Reverted as per discussion in #600. |
Windows build should also be easier even for developing purposes.