mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
CI: run more maintainer tests and show the logs
Running all these tests might be overkill: it is very long, and don't need full portability checks. Besides, some tests under Valgrind are too slow and get killed by the CI (timeout of 10min without output). * .travis.yml: here.
This commit is contained in:
@@ -122,7 +122,9 @@ before_install:
|
||||
|
||||
script:
|
||||
- ./bootstrap
|
||||
- ./configure --enable-gcc-warnings CC="$CC" CXX="$CXX"
|
||||
- ./configure --enable-gcc-warnings CC="$CC" CXX="$CXX" || cat config.log
|
||||
- make -j2
|
||||
- make check VERBOSE=1 TESTSUITEFLAGS=-j2
|
||||
|
||||
- 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-valgrind 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