summaryrefslogtreecommitdiffstats
path: root/.travis
Commit message (Collapse)AuthorAgeFilesLines
* ci: add github-actionsThomas Haller2022-03-031-17/+0
| | | | and drop the defunct travis.
* travis: build tests with NL_MORE_ASSERTS enabledThomas Haller2019-08-091-0/+2
|
* travis: enable -Wvla compiler warning in testsThomas Haller2019-08-091-1/+1
|
* travis: enable more warnings during buildThomas Haller2018-01-161-4/+5
|
* travis-ci: run `make check` in travis buildThomas Haller2014-08-261-2/+7
| | | | | | | | 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>
* build: Add continuous integration support via travis-ciThomas Graf2014-08-261-0/+9
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>