mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
CI: install Doxygen
* .travis.yml: here, so that its tests are not skipped. Remove valgrind: it's too expensive on the CI, and asan does the job.
This commit is contained in:
@@ -172,17 +172,17 @@ matrix:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq autoconf automake autopoint flex gettext graphviz help2man m4 texinfo valgrind
|
- sudo apt-get install -qq autoconf automake autopoint doxygen flex gettext graphviz help2man m4 texinfo
|
||||||
- autoconf --version
|
- autoconf --version
|
||||||
- automake --version
|
- automake --version
|
||||||
- autopoint --version
|
- autopoint --version
|
||||||
|
- doxygen --version
|
||||||
- flex --version
|
- flex --version
|
||||||
- gettext --version
|
- gettext --version
|
||||||
- dot -V
|
- dot -V
|
||||||
- help2man --version
|
- help2man --version
|
||||||
- m4 --version
|
- m4 --version
|
||||||
- makeinfo --version
|
- makeinfo --version
|
||||||
- valgrind --version
|
|
||||||
- eval "${MATRIX_EVAL}"
|
- eval "${MATRIX_EVAL}"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@@ -191,5 +191,4 @@ script:
|
|||||||
- make -j2
|
- make -j2
|
||||||
- make check VERBOSE=1 TESTSUITEFLAGS=-j2 || cat tests/testsuite.log
|
- make check VERBOSE=1 TESTSUITEFLAGS=-j2 || cat tests/testsuite.log
|
||||||
- make maintainer-check-posix VERBOSE=1 TESTSUITEFLAGS=-j2 || cat tests/testsuite.log
|
- make maintainer-check-posix VERBOSE=1 TESTSUITEFLAGS=-j2 || cat tests/testsuite.log
|
||||||
# - make maintainer-check-valgrind VERBOSE=1 TESTSUITEFLAGS=-j2 || cat tests/testsuite.log
|
|
||||||
- make maintainer-check-g++ VERBOSE=1 TESTSUITEFLAGS=-j2 || cat tests/testsuite.log
|
- make maintainer-check-g++ VERBOSE=1 TESTSUITEFLAGS=-j2 || cat tests/testsuite.log
|
||||||
|
|||||||
Reference in New Issue
Block a user