X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.travis.yml;h=f27f9c95ae2bb444ad5dc7adf116c9fbbbf0d7ca;hb=49a1fdd3fe894d170a2c2781238c0f0f907c08cc;hp=c4f68ae56a3b15ba97cbfcf277d593ee6e8f4d08;hpb=fdd799bc16bbb39216cf5e7ef12d302d1c201ef1;p=stockfish diff --git a/.travis.yml b/.travis.yml index c4f68ae5..f27f9c95 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 '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