mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
- split into multiple jobs - remove binaries which are already covered by the universal binary superseeds https://github.com/official-stockfish/Stockfish/pull/6779 closes https://github.com/official-stockfish/Stockfish/pull/6794 No functional change Co-authored-by: Disservin <disservin.social@gmail.com>
35 lines
828 B
JSON
35 lines
828 B
JSON
{
|
|
"include": [
|
|
{
|
|
"config": {
|
|
"name": "Windows 11 Mingw-w64 Clang arm64",
|
|
"os": "windows-11-arm",
|
|
"simple_name": "windows",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"msys_sys": "clangarm64",
|
|
"msys_env": "clang-aarch64-clang",
|
|
"shell": "msys2 {0}",
|
|
"ext": ".exe",
|
|
"archive_ext": "zip"
|
|
},
|
|
"binaries": "armv8"
|
|
},
|
|
{
|
|
"config": {
|
|
"name": "Windows 11 Mingw-w64 Clang arm64",
|
|
"os": "windows-11-arm",
|
|
"simple_name": "windows",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"msys_sys": "clangarm64",
|
|
"msys_env": "clang-aarch64-clang",
|
|
"shell": "msys2 {0}",
|
|
"ext": ".exe",
|
|
"archive_ext": "zip"
|
|
},
|
|
"binaries": "armv8-dotprod"
|
|
}
|
|
]
|
|
}
|