Compiler Check

Compiles and Runs Stockfish on all supported gcc & clang compilers.
Only linux and avx2 currently.

closes https://github.com/official-stockfish/Stockfish/pull/6533

No functional change
This commit is contained in:
Disservin
2026-01-10 15:36:52 +01:00
committed by Joost VandeVondele
parent 5d5e795746
commit 1928ef9571
2 changed files with 87 additions and 0 deletions
+2
View File
@@ -120,3 +120,5 @@ jobs:
contents: write # For deleting/creating a (pre)release
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
CompilerCheck:
uses: ./.github/workflows/avx2_compilers.yml