-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.travis.yml
More file actions
executable file
·43 lines (43 loc) · 822 Bytes
/
.travis.yml
File metadata and controls
executable file
·43 lines (43 loc) · 822 Bytes
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
language: cpp
compiler:
- gcc
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- g++-9
- libboost-graph-dev
- libboost-dev
- libexpat1-dev
- libbz2-dev
- zlib1g
- zlib1g-dev
env:
- CXX=g++-9
install:
- git submodule sync
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
script:
- make tests -j1
- ./coreset_testdbg
- ./btestdbg
- ./kmpptestdbg
- ./fkmpptestdbg
- ./jvtestdbg
- ./tbmdbg
- ./tbasdbg
- ./diskmattestdbg
- ./dmlsearchdbg
- ./jsdhashdbg
- ./fgcinctestdbg
- ./geomedtestdbg
- ./sparsepriortestdbg
- ./istestdbg
- ./msvdbg
- ./knntestdbg
- ./solvetestdbg
- ./mergetestdbg
- ./testmsrdbg
- ./testmsrcsrdbg
- ./test_centroiddbg