mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
Run xmllint over reference docs in travis.
This commit is contained in:
@ -12,6 +12,7 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libboost-tools-dev
|
- libboost-tools-dev
|
||||||
|
- libxml2-utils
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -41,3 +42,4 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}/test
|
- cd ${TRAVIS_BUILD_DIR}/test
|
||||||
- bjam ${BJAM_TOOLSET} include=${HOME}/boost_1_61_0 include=${TRAVIS_BUILD_DIR}/include
|
- bjam ${BJAM_TOOLSET} include=${HOME}/boost_1_61_0 include=${TRAVIS_BUILD_DIR}/include
|
||||||
|
- xmllint --noout ${TRAVIS_BUILD_DIR}/doc/ref.xml
|
||||||
|
Reference in New Issue
Block a user