-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Need CI on windows / mingw #2958
Comments
AppVeyor and Travis CI provide msys2. |
Yet another option would be GitHub actions. For example, here is a workflow to build binaries for a bunch of different flavors of x86 Linux (gcc), aarch64 Linux, x86 Windows (MINGW), x86 macOS and Apple Silicon: https://github.com/niklasf/Stockfish/blob/fishnet-master/.github/workflows/build.yml (clang on Linux and MSVC on Windows are also supported, but not included in that particular script, because only one compiler each is needed for its purpose.) |
now that we have github actions in place, this issue could be fixed. |
Info about GitHub Actions and mingw-w64:
EDIT_000: the msys2 project workflow is installing the complete toolchain (all programming languages) for each environment, if this is too slow we could simplify a lot because to build SF are required only |
See d7a2689#commitcomment-41319808
The text was updated successfully, but these errors were encountered: