mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-24 05:37:13 +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
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user