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:
disservin
2023-07-03 08:20:56 +02:00
committed by Joost VandeVondele
parent 9a2d50eccc
commit 8634717c64
2 changed files with 29 additions and 13 deletions
+4 -2
View File
@@ -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 }}