]> git.sesse.net Git - stockfish/blobdiff - .travis.yml
Update default net to nn-03744f8d56d8.nnue
[stockfish] / .travis.yml
index a029c4fc818946063ae637a1617a1c58f5099757..092c7f53d31e764f0193c29e6804ad0a15d37991 100644 (file)
@@ -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