File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 15
15
set -e
16
16
17
17
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
19
20
popd
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ matrix:
50
50
apt :
51
51
sources :
52
52
- sourceline : ' ppa:jonathonf/backports' # silversearcher-ag backport
53
+ - sourceline : ' ppa:sergey-dryabzhinsky/packages' # doxygen
53
54
packages :
54
55
- doxygen
55
56
- graphviz
Original file line number Diff line number Diff line change @@ -303,15 +303,6 @@ EXTENSION_MAPPING =
303
303
304
304
MARKDOWN_SUPPORT = YES
305
305
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
-
315
306
# When enabled doxygen tries to link words that correspond to documented
316
307
# classes, or namespaces to their corresponding documentation. Such a link can
317
308
# be prevented in individual cases by putting a % sign in front of the word or
@@ -2388,11 +2379,6 @@ DIAFILE_DIRS =
2388
2379
2389
2380
PLANTUML_JAR_PATH =
2390
2381
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
-
2396
2382
# When using plantuml, the specified paths are searched for files specified by
2397
2383
# the !include statement in a plantuml block.
2398
2384
You can’t perform that action at this time.
0 commit comments