From: Fabian Fichter Date: Tue, 11 Aug 2020 05:49:52 +0000 (+0200) Subject: Speed up perft tests in Travis CI X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=28f010ceaa2ef4560f4de566bb5e91a0b31cab66;p=fairystockfish.git Speed up perft tests in Travis CI --- diff --git a/.travis.yml b/.travis.yml index 812e538..4a34f22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,8 @@ script: # # Check perft and reproducible search + - export CXXFLAGS="-Werror" + - make clean && make -j2 ARCH=x86-64 build - ../tests/protocol.sh - ../tests/perft.sh - ../tests/reprosearch.sh