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
|
- xsltproc
|
||||||
- docbook-xsl
|
- docbook-xsl
|
||||||
- docbook-xml
|
- docbook-xml
|
||||||
|
- doxygen
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- touch Jamroot.jam
|
- touch Jamroot.jam
|
||||||
- sudo pip install lxml
|
- sudo pip install lxml
|
||||||
|
- "echo using boostbook : : : ${TRAVIS_BUILD_DIR} \\; > ~/user-config.jam"
|
||||||
|
- cat ~/user-config.jam
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}/test
|
- 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
|
- cd ${TRAVIS_BUILD_DIR}/test/more
|
||||||
- python run-tests.py
|
- python run-tests.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user