X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.travis.yml;h=092c7f53d31e764f0193c29e6804ad0a15d37991;hp=a029c4fc818946063ae637a1617a1c58f5099757;hb=4513dafd026288c51ad1af2db9e4729798f877a8;hpb=15abcaedc1e32d4de913a2f7dea12578912371b7 diff --git a/.travis.yml b/.travis.yml index a029c4fc..092c7f53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,8 +77,9 @@ script: # compile only for some more advanced architectures (might not run in travis) - make clean && make -j2 ARCH=x86-64-avx2 build - make clean && make -j2 ARCH=x86-64-bmi2 build - # needs gcc 10 to compile - - if [[ "$COMPILER" != "g++-8" ]]; then make clean && make -j2 ARCH=x86-64-avx512 build; fi + - make clean && make -j2 ARCH=x86-64-avx512 build + - make clean && make -j2 ARCH=x86-64-vnni512 build + - make clean && make -j2 ARCH=x86-64-vnni256 build # # Check perft and reproducible search