projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6108852
)
Speed up perft tests in Travis CI
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Tue, 11 Aug 2020 05:49:52 +0000 (07:49 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Tue, 11 Aug 2020 05:49:52 +0000 (07:49 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
812e538
..
4a34f22
100644
(file)
--- 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