mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
CI: show the version of the tools we use
We have failures on Flex output, which are probably related to an old
release. Let's check.
In file included from src/scan-code-c.c:3:
src/scan-code.c:2198:21: error: empty paragraph passed to '@param' command
[-Werror,-Wdocumentation]
* @param line_number
~~~~~~~~~~~~~~~~~^
* .travis.yml: here.
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -118,6 +118,16 @@ matrix:
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq autoconf automake autopoint flex gettext graphviz help2man m4 texinfo valgrind
|
||||
- autoconf --version
|
||||
- automake --version
|
||||
- autopoint --version
|
||||
- flex --version
|
||||
- gettext --version
|
||||
- dot -V
|
||||
- help2man --version
|
||||
- m4 --version
|
||||
- makeinfo --version
|
||||
- valgrind --version
|
||||
- eval "${MATRIX_EVAL}"
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user