summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 60ae6c3e9f22de53e824f196fa1c6723ed1d3e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: cpp
compiler:
  - gcc
before_install:
    - sudo apt-get update -qq
    - sudo apt-get install -qq  texlive texlive-extra-utils libxml2-utils perl
script:
    - mkdir build
    - cd build
    - cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON ..
    - make
    - make docs
    - make tests