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