X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.travis.yml;h=1d56a23e90421b1eb4093fd39166a6d9ed76502d;hp=c4f68ae56a3b15ba97cbfcf277d593ee6e8f4d08;hb=f21b50398231b4846c364e23bfeeab314c7731ea;hpb=d2acdac1012cfbd8563fbe70157b2adbb05b2002 diff --git a/.travis.yml b/.travis.yml index c4f68ae5..1d56a23e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,9 @@ script: - 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 + + # Verify bench number is ONE_PLY independent by doubling its value + - sed -i'.bak' 's/.*\(ONE_PLY = [0-9]*\),.*/\1 * 2,/g' types.h - make clean && make -j2 ARCH=x86-64 build && ../tests/signature.sh $benchref # # Check perft and reproducible search