Test building docs with travis

This commit is contained in:
Florian Hahn 2013-08-01 22:35:49 +02:00
parent 95e0eadd67
commit e95ecfc467

View File

@ -21,12 +21,15 @@ before_script:
- cd .. - cd ..
# creating librarys' links and updating cache # creating librarys' links and updating cache
- sudo ldconfig - sudo ldconfig
# installing sphinx, needed for documentation
- sudo apt-get install python-sphinx
script: script:
- mkdir build && cd build - mkdir build && cd build
- cmake .. - cmake ..
- make -j3 - make -j3
# build docs separately
- make docs
notifications: notifications:
email: false email: false