summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-12-01 10:41:22 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-12-01 10:41:22 (GMT)
commitdd6411f210b7247f11abcae833e992f97edef741 (patch)
tree3324fe4c39e9bcea6b8bff97ad36e73c247ffbb4 /.travis.yml
parent63d7b19df11eb55a30e4af8fa492ee464ff353f5 (diff)
downloadDoxygen-dd6411f210b7247f11abcae833e992f97edef741.zip
Doxygen-dd6411f210b7247f11abcae833e992f97edef741.tar.gz
Doxygen-dd6411f210b7247f11abcae833e992f97edef741.tar.bz2
Extend tests with some other default tests
Extend tests with generating xhtml, docbook, rtf to see if the files can be generated and build. Check also the generated xsd files in xml mode. Note for the new checks no comparison is done with previous versions.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 733e668..eb406c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -123,7 +123,7 @@ script:
- cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON ..
- make
- if [ ! "${TRAVIS_OS_NAME}" == "osx" ] && [ ! "${TRAVIS_COMPILER}" == "clang" ]; then
- make tests docs;
+ make tests TEST_FLAGS="--xml --xmlxsd --xhtml --docbook --rtf" docs;
fi;
- if [ ! "${TRAVIS_OS_NAME}" == "osx" ] && [ "${TRAVIS_COMPILER}" == "clang" ]; then
make docs;