Travis-ci

issue#70
Houtan Bastani 2018-02-20 17:15:54 +01:00
parent c2923b0383
commit 9c1ff9dc8e
1 changed files with 21 additions and 0 deletions

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
language: c++
compiler: gcc
dist: precise
addons:
apt:
packages:
- libboost-graph-dev
- doxygen
- texlive
- texlive-formats-extra
- texlive-fonts-extra
- lmodern
- latex2html
script:
- autoreconf -si
- ./configure
- make -j
- make pdf -j
- make html