X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.travis.yml;h=ba20fdc86430cb5db1c9adbfd3042f2923946231;hp=4310b1bd40387ea064e70919e0e1d15a6dbb8228;hb=69eb391cd779223c331fb0de80392cbd323055a9;hpb=1e814e0ca01458c1084862087af0374b043b5cd8 diff --git a/.travis.yml b/.travis.yml index 4310b1bd..ba20fdc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,4 +72,5 @@ script: # sanitizer # # use g++-6 as a proxy for having sanitizers, might need revision as they become available for more recent versions of clang/gcc - - if [[ "$COMPILER" == "g++-6" ]]; then make clean && make ARCH=x86-64 sanitize=yes build > /dev/null && ../tests/instrumented.sh --sanitizer; fi + - if [[ "$COMPILER" == "g++-6" ]]; then make clean && make ARCH=x86-64 sanitize=undefined optimize=no debug=yes build > /dev/null && ../tests/instrumented.sh --sanitizer-undefined; fi + - if [[ "$COMPILER" == "g++-6" ]]; then make clean && make ARCH=x86-64 sanitize=thread optimize=no debug=yes build > /dev/null && ../tests/instrumented.sh --sanitizer-thread; fi