mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Test building docs with travis
This commit is contained in:
parent
95e0eadd67
commit
e95ecfc467
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user