mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
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:
committed by
Joost VandeVondele
parent
5d5e795746
commit
1928ef9571
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user