summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9e784717148f646e87391bf87219c81aabafda7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
before_script:
 - sudo apt-get install libboost-program-options-dev
 - sudo apt-get install libboost-serialization-dev
 - sudo apt-get install libboost-regex-dev
 - sudo apt-get install libboost-test-dev
 - sudo apt-get install libboost-system-dev
 - sudo apt-get install flex
 - autoreconf -ifv
 - ./configure
script: make
after_script:
 - make check
 - ./tests/run-system-tests.pl
 - cd python
 - python setup.py install
 - nosetests tests