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:
anematode
2026-05-04 08:32:03 +02:00
committed by Joost VandeVondele
co-authored by Disservin
parent 7e754e17dd
commit fe1d2b456c
7 changed files with 270 additions and 412 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: Compilation
name: Android Compilation
on:
workflow_call:
inputs:
@@ -7,7 +7,7 @@ on:
required: true
jobs:
Compilation:
name: ${{ matrix.config.name }} ${{ matrix.binaries }}
name: "Android build: ${{ matrix.config.name }} ${{ matrix.binaries }}"
runs-on: ${{ matrix.config.os }}
env:
COMPCXX: ${{ matrix.config.compiler }}