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>
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"include": [
|
|
{
|
|
"config": {
|
|
"name": "macOS 15 Apple Clang",
|
|
"os": "macos-15-intel",
|
|
"simple_name": "macos",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"shell": "bash",
|
|
"archive_ext": "tar"
|
|
},
|
|
"binaries": "x86-64"
|
|
},
|
|
{
|
|
"config": {
|
|
"name": "macOS 15 Apple Clang",
|
|
"os": "macos-15-intel",
|
|
"simple_name": "macos",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"shell": "bash",
|
|
"archive_ext": "tar"
|
|
},
|
|
"binaries": "x86-64-sse41-popcnt"
|
|
},
|
|
{
|
|
"config": {
|
|
"name": "macOS 15 Apple Clang",
|
|
"os": "macos-15-intel",
|
|
"simple_name": "macos",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"shell": "bash",
|
|
"archive_ext": "tar"
|
|
},
|
|
"binaries": "x86-64-avx2"
|
|
},
|
|
{
|
|
"config": {
|
|
"name": "macOS 15 Apple Clang",
|
|
"os": "macos-15-intel",
|
|
"simple_name": "macos",
|
|
"compiler": "clang++",
|
|
"comp": "clang",
|
|
"shell": "bash",
|
|
"archive_ext": "tar"
|
|
},
|
|
"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"
|
|
},
|
|
"binaries": "apple-silicon"
|
|
}
|
|
]
|
|
} |