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 ..
# creating librarys' links and updating cache
- sudo ldconfig
# installing sphinx, needed for documentation
- sudo apt-get install python-sphinx
script:
- mkdir build && cd build
- cmake ..
- make -j3
# build docs separately
- make docs
notifications:
email: false