mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Run the doxygen tests on travis
This commit is contained in:
parent
56aab0081b
commit
6740d35836
@ -12,13 +12,18 @@ addons:
|
||||
- xsltproc
|
||||
- docbook-xsl
|
||||
- docbook-xml
|
||||
- doxygen
|
||||
|
||||
before_script:
|
||||
- touch Jamroot.jam
|
||||
- sudo pip install lxml
|
||||
- "echo using boostbook : : : ${TRAVIS_BUILD_DIR} \\; > ~/user-config.jam"
|
||||
- cat ~/user-config.jam
|
||||
|
||||
script:
|
||||
- cd ${TRAVIS_BUILD_DIR}/test
|
||||
- bjam -q ${BJAM_TOOLSET}
|
||||
- bjam -q
|
||||
- cd ${TRAVIS_BUILD_DIR}/test/doxygen
|
||||
- bjam -q
|
||||
- cd ${TRAVIS_BUILD_DIR}/test/more
|
||||
- python run-tests.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user