Travis-CI: Try to build example application as well

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-05 08:36:11 +01:00
parent 225d8da17f
commit 5c1c1cd10c

View File

@ -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