summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: eaad649deca3893e3e4c4a97d30b95cd01c22452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: cpp
compiler:
  - gcc
before_install:
    - echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
    - sudo apt-get update -qq
    - sudo apt-get install -qq  texlive texlive-extra-utils libxml2-utils perl cmake

script:
    - mkdir build
    - cd build
    - cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON ..
    - make
    - make docs
    - make tests