]> git.sesse.net Git - stockfish/blobdiff - .travis.yml
Fix a warning with MSVC
[stockfish] / .travis.yml
index c42badd4897fce2a362a6f0c3023299db82277d8..02e35bc9c91eabfd4d1fc52fc7e68cdf5b603016 100644 (file)
@@ -63,6 +63,7 @@ script:
   #
   - export CXXFLAGS=-O1
   - if [ -x "$(command -v valgrind )" ]; then make clean && make -j2 ARCH=x86-64 debug=yes optimize=no build > /dev/null && ../tests/instrumented.sh --valgrind; fi
+  - if [ -x "$(command -v valgrind )" ]; then ../tests/instrumented.sh --valgrind-thread; fi
   #
   # Sanitizer
   #