Skip to content

Commit fcc0d7d

Browse files
committedJul 24, 2017
enhanced output for code_layout build on Travis
1 parent b9e545a commit fcc0d7d

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed
 

‎.ci/travis/code_layout/script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
set -e
1616

1717
pushd build
18-
xvfb-run ctest -V --output-on-failure
18+
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
19+
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V --output-on-failure -S ${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest
1920
popd

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ matrix:
5050
apt:
5151
sources:
5252
- sourceline: 'ppa:jonathonf/backports' # silversearcher-ag backport
53+
- sourceline: 'ppa:sergey-dryabzhinsky/packages' # doxygen
5354
packages:
5455
- doxygen
5556
- graphviz

‎cmake_templates/Doxyfile.in

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -303,15 +303,6 @@ EXTENSION_MAPPING =
303303

304304
MARKDOWN_SUPPORT = YES
305305

306-
# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
307-
# to that level are automatically included in the table of contents, even if
308-
# they do not have an id attribute.
309-
# Note: This feature currently applies only to Markdown headings.
310-
# Minimum value: 0, maximum value: 99, default value: 0.
311-
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
312-
313-
TOC_INCLUDE_HEADINGS = 0
314-
315306
# When enabled doxygen tries to link words that correspond to documented
316307
# classes, or namespaces to their corresponding documentation. Such a link can
317308
# be prevented in individual cases by putting a % sign in front of the word or
@@ -2388,11 +2379,6 @@ DIAFILE_DIRS =
23882379

23892380
PLANTUML_JAR_PATH =
23902381

2391-
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
2392-
# configuration file for plantuml.
2393-
2394-
PLANTUML_CFG_FILE =
2395-
23962382
# When using plantuml, the specified paths are searched for files specified by
23972383
# the !include statement in a plantuml block.
23982384

0 commit comments

Comments
 (0)
Please sign in to comment.