mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
enhanced output for code_layout build on Travis
This commit is contained in:
parent
b9e545a465
commit
fcc0d7dde3
@ -15,5 +15,6 @@
|
||||
set -e
|
||||
|
||||
pushd build
|
||||
xvfb-run ctest -V --output-on-failure
|
||||
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
|
||||
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V --output-on-failure -S ${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest
|
||||
popd
|
||||
|
@ -50,6 +50,7 @@ matrix:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: 'ppa:jonathonf/backports' # silversearcher-ag backport
|
||||
- sourceline: 'ppa:sergey-dryabzhinsky/packages' # doxygen
|
||||
packages:
|
||||
- doxygen
|
||||
- graphviz
|
||||
|
@ -303,15 +303,6 @@ EXTENSION_MAPPING =
|
||||
|
||||
MARKDOWN_SUPPORT = YES
|
||||
|
||||
# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
|
||||
# to that level are automatically included in the table of contents, even if
|
||||
# they do not have an id attribute.
|
||||
# Note: This feature currently applies only to Markdown headings.
|
||||
# Minimum value: 0, maximum value: 99, default value: 0.
|
||||
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
|
||||
|
||||
TOC_INCLUDE_HEADINGS = 0
|
||||
|
||||
# When enabled doxygen tries to link words that correspond to documented
|
||||
# classes, or namespaces to their corresponding documentation. Such a link can
|
||||
# be prevented in individual cases by putting a % sign in front of the word or
|
||||
@ -2388,11 +2379,6 @@ DIAFILE_DIRS =
|
||||
|
||||
PLANTUML_JAR_PATH =
|
||||
|
||||
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
|
||||
# configuration file for plantuml.
|
||||
|
||||
PLANTUML_CFG_FILE =
|
||||
|
||||
# When using plantuml, the specified paths are searched for files specified by
|
||||
# the !include statement in a plantuml block.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user