diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..107e97b099ba1ab223ee3f80e8e2a5c361eda215 --- /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