mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00:00
Update CI Binaries
- 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>
This commit is contained in:
committed by
Joost VandeVondele
co-authored by
Disservin
parent
7e754e17dd
commit
fe1d2b456c
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user