Skip to content

Commit

Permalink
travis.yml: add --keep-going to make
Browse files Browse the repository at this point in the history
This switch is added in order to show as much compilation error
as possible, therefore the output of a failed Travis CI build can be much
more valuable.

Signed-off-by: MÓZES Ádám István <adam.mozes@balabit.com>
  • Loading branch information
MÓZES Ádám István committed Feb 2, 2016
1 parent ffb2f1f commit 752c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:
- unset PYTHON_CFLAGS # HACK
- ./configure CFLAGS=-Werror --with-ivykis=internal --prefix=$HOME/install/syslog-ng --enable-pacct --enable-manpages --with-docbook=/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
- if [ "$CC" = "clang" ]; then export COPYRIGHTVERBOSITY=1; make check-copyright; fi
- make -j || make V=1 # to make error messages more readable on error
- make -j || make V=1 --keep-going # to make error messages more readable on error
script:
- if [ "$CC" = "gcc" ]; then make distcheck V=1; else make func-test V=1; fi
compiler:
Expand Down

0 comments on commit 752c9f6

Please sign in to comment.