blob: 589b870a049f0b57dc89f75c80d60c9254d91cc1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
language: cpp
compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq texlive texlive-extra-utils
script:
- ./configure --with-doxywizard
- make
- make docs
|