From 28f010ceaa2ef4560f4de566bb5e91a0b31cab66 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Tue, 11 Aug 2020 07:49:52 +0200 Subject: [PATCH] Speed up perft tests in Travis CI --- .travis.yml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 -- 1.7.0.4