Travis-CI: Disable silent build to figure out why clang goes missing
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
94afe95a25
commit
07475f60a1
@ -30,9 +30,9 @@ addons:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --prefix=/tmp/sysklogd
|
- ./configure --prefix=/tmp/sysklogd --disable-silent-rules
|
||||||
- make clean
|
- make clean
|
||||||
- make
|
- make
|
||||||
- sudo make check || (cat test/test-suite.log; false)
|
- sudo make check || (which clang; cat test/test-suite.log; false)
|
||||||
- make install-strip
|
- make install-strip
|
||||||
- tree /tmp/sysklogd
|
- tree /tmp/sysklogd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user