Speed up perft tests in Travis CI
authorFabian Fichter <ianfab@users.noreply.github.com>
Tue, 11 Aug 2020 05:49:52 +0000 (07:49 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Tue, 11 Aug 2020 05:49:52 +0000 (07:49 +0200)
.travis.yml

index 812e538..4a34f22 100644 (file)
@@ -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