Run the doxygen tests on travis

This commit is contained in:
Daniel James 2017-10-25 01:14:53 +01:00
parent 56aab0081b
commit 6740d35836

View File

@ -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