mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
* .tar -> .tar.gz: save a few more MB in distribution. * drop android armv7 without NEON support: there should be almost no devices around that do not support this. closes https://github.com/official-stockfish/Stockfish/pull/6850 No functional change
29 lines
602 B
JSON
29 lines
602 B
JSON
{
|
|
"include": [
|
|
{
|
|
"config": {
|
|
"name": "macOS 15 Apple Clang",
|
|
"os": "macos-15-intel",
|
|
"simple_name": "macos",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"shell": "bash",
|
|
"archive_ext": "tar.gz"
|
|
},
|
|
"binaries": "x86-64-bmi2"
|
|
},
|
|
{
|
|
"config": {
|
|
"name": "macOS 15 Apple Clang M1",
|
|
"os": "macos-15",
|
|
"simple_name": "macos-m1",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"shell": "bash",
|
|
"archive_ext": "tar.gz"
|
|
},
|
|
"binaries": "apple-silicon"
|
|
}
|
|
]
|
|
}
|