mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Add tests in CI to cover compilation of both blas=no and blas=yes.
This commit is contained in:
@@ -70,6 +70,8 @@ script:
|
|||||||
- make clean && make -j2 ARCH=x86-64-modern profile-build && ../tests/signature.sh $benchref
|
- make clean && make -j2 ARCH=x86-64-modern profile-build && ../tests/signature.sh $benchref
|
||||||
|
|
||||||
# compile only for some more advanced architectures (might not run in travis)
|
# compile only for some more advanced architectures (might not run in travis)
|
||||||
|
- make clean && make -j2 ARCH=x86-64-avx2 blas=yes build
|
||||||
|
|
||||||
- make clean && make -j2 ARCH=x86-64-avx2 build
|
- make clean && make -j2 ARCH=x86-64-avx2 build
|
||||||
- make clean && make -j2 ARCH=x86-64-bmi2 build
|
- make clean && make -j2 ARCH=x86-64-bmi2 build
|
||||||
- make clean && make -j2 ARCH=x86-64-avx512 build
|
- make clean && make -j2 ARCH=x86-64-avx512 build
|
||||||
|
|||||||
Reference in New Issue
Block a user