preprocessor/.travis.yml

29 lines
361 B
YAML

language: c++
compiler: gcc
dist: precise
addons:
apt:
packages:
- libboost-graph-dev
- doxygen
- texlive
- texlive-formats-extra
- texlive-fonts-extra
- lmodern
- latex2html
branches:
only:
- master
git:
depth: false
script:
- autoreconf -si
- ./configure
- make -j
- make pdf -j
- make html