-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
50 lines (50 loc) · 949 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
49
50
language: python
python:
- "2.7"
sudo: false
cache:
apt: true
directories:
- $HOME/.pip-cache
- $HOME/.ccache
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
packages:
- ccache
- cmake
- g++-4.9
- gdb
- graphviz
- libboost-filesystem1.54-dev
- libgoogle-perftools-dev
- libprotobuf-dev
- libssl-dev
- libtbb-dev
- libzmq3-dev
- make
- p7zip-full
- protobuf-compiler
- python-pip
- python-protobuf
virtualenv:
system_site_packages: true
env:
- CC=gcc-4.9 CXX=g++-4.9
install:
- pip install -r requirements.txt
before_script:
- export MAKEFLAGS="-j 2 -S"
- export POMAGMA_DIFFTOOL=diff
- g++ --version
- cmake --version
- ccache --version
- python --version
- pip freeze
- env
- ulimit -c
- ulimit -c unlimited || echo 'Failed to set core file size'
script:
- make small-test