Commit Graph

5 Commits

Author SHA1 Message Date
Thomas Haller
dcbea40653 travis: build tests with NL_MORE_ASSERTS enabled 2019-08-09 16:48:55 +02:00
Thomas Haller
9c66c50748 travis: enable -Wvla compiler warning in tests 2019-08-09 16:48:55 +02:00
Thomas Haller
1e5dd2d886 travis: enable more warnings during build 2018-01-16 08:42:28 +01:00
Thomas Haller
8cd946a683 travis-ci: run make check in travis build
Test programs are only compiled when running `make check`.
Also, fix passing $CFLAGS argument to make.

Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-08-26 14:15:36 +02:00
Thomas Graf
03f3f3c4c0 build: Add continuous integration support via travis-ci
This allows any libnl github repo to link to travis-ci which
will result in new commits and pull requests to be automatically
built with both gcc and clang. Any build failures including the
addition of warnings are reported to the author and committer.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-08-26 12:41:38 +02:00