diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..107e97b0 --- /dev/null +++ b/.travis.yml @@ -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