X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.travis.yml;h=02e35bc9c91eabfd4d1fc52fc7e68cdf5b603016;hp=c42badd4897fce2a362a6f0c3023299db82277d8;hb=3fd7e37868ce3a770ab5ca5ef686f75c8aa348f4;hpb=4d511512d2a74d60917bc1a749c3b35eb143118b diff --git a/.travis.yml b/.travis.yml index c42badd4..02e35bc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 #