forked from RomainGoussault/Deepov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (39 loc) · 820 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#sudo: false
language: cpp
compiler:
- gcc
- clang
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
# - boost-latest
# - llvm-toolchain-precise-3.6
packages:
# - g++-4.8
- g++-5
# - libboost1.55-all-dev
- valgrind
# - clang-3.6
- libicu52
install:
# g++
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
before_script:
# display cpu info
- cat /proc/cpuinfo
- $CXX --version
- echo "CXX="$CXX
- mkdir obj
script:
- make
- ./DeepovTesting
# valgrind --leak-check=full --show-reachable=yes --track-origins=yes --error-exitcode=1 ./DeepovTesting exclude:perft
- cd test/EloRegressionTest/
- ./eloRegressionTest.sh
notifications:
email:
recipients: