X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.travis.yml;h=8586921a887527f70fae0a0f63373e6476831afa;hp=02e35bc9c91eabfd4d1fc52fc7e68cdf5b603016;hb=486c8175c4f48381b137e3d914d38d9bb8c39ba2;hpb=9d95d43c5793d46685127d8595b6fca350c9c9bd diff --git a/.travis.yml b/.travis.yml index 02e35bc9..8586921a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,10 +50,11 @@ script: - echo "Reference bench:" $benchref # # Verify bench number against various builds - - make clean && make -j2 ARCH=x86-64 optimize=no debug=yes build > /dev/null && ../tests/signature.sh $benchref - - make clean && make -j2 ARCH=x86-32 optimize=no debug=yes build > /dev/null && ../tests/signature.sh $benchref - - make clean && make -j2 ARCH=x86-32 build > /dev/null && ../tests/signature.sh $benchref - - make clean && make -j2 ARCH=x86-64 build > /dev/null && ../tests/signature.sh $benchref + - export CXXFLAGS=-Werror + - make clean && make -j2 ARCH=x86-64 optimize=no debug=yes build && ../tests/signature.sh $benchref + - make clean && make -j2 ARCH=x86-32 optimize=no debug=yes build && ../tests/signature.sh $benchref + - make clean && make -j2 ARCH=x86-32 build && ../tests/signature.sh $benchref + - make clean && make -j2 ARCH=x86-64 build && ../tests/signature.sh $benchref # # Check perft and reproducible search - ../tests/perft.sh