From dd6411f210b7247f11abcae833e992f97edef741 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 1 Dec 2020 11:41:22 +0100 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12