mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Add bmi2 to CI generated binaries
verify bench for avx2 and bmi2 as well closes https://github.com/official-stockfish/Stockfish/pull/4658 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
9a2d50eccc
commit
8634717c64
@@ -42,9 +42,12 @@ jobs:
|
||||
- x86-64
|
||||
- x86-64-modern
|
||||
- x86-64-avx2
|
||||
- x86-64-bmi2
|
||||
exclude:
|
||||
- binaries: x86-64-avx2
|
||||
config: {os: macos-12}
|
||||
config: { os: macos-12 }
|
||||
- binaries: x86-64-bmi2
|
||||
config: { os: macos-12 }
|
||||
defaults:
|
||||
run:
|
||||
working-directory: src
|
||||
@@ -165,4 +168,3 @@ jobs:
|
||||
tag_name: stockfish-dev-${{ env.COMMIT_DATE }}-${{ env.COMMIT_SHA }}
|
||||
prerelease: true
|
||||
files: stockfish-${{ matrix.config.simple_name }}-${{ matrix.binaries }}.${{ matrix.config.archive_ext }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user