Travis-CI: Try to build example application as well
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
225d8da17f
commit
5c1c1cd10c
@ -37,4 +37,6 @@ script:
|
||||
- make -C test programs
|
||||
- sudo make check || (which clang; cat test/test-suite.log; false)
|
||||
- make install-strip
|
||||
- mkdir -p /tmp/example; cp -a example/example.* /tmp/example/
|
||||
- (cd /tmp/example; PKG_CONFIG_LIBDIR=/tmp/sysklogd/lib/pkgconfig make -f example.mk)
|
||||
- tree /tmp/sysklogd
|
||||
|
Loading…
Reference in New Issue
Block a user