preprocessor/.travis.yml

29 lines
360 B
YAML
Raw Normal View History

2018-02-20 17:15:54 +01:00
language: c++
compiler: gcc
2018-06-05 11:39:39 +02:00
dist: trusty
2018-02-20 17:15:54 +01:00
addons:
apt:
packages:
- libboost-graph-dev
- doxygen
- texlive
- texlive-formats-extra
- texlive-fonts-extra
- lmodern
- latex2html
branches:
only:
- master
git:
depth: false
2018-02-20 17:15:54 +01:00
script:
- autoreconf -si
- ./configure
- make -j
- make pdf -j
- make html